Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit e512133

Browse files
Auto Fixes: Code formatted
1 parent 3794409 commit e512133

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

str.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
async def main():
99
async with Client(
10-
":memory:",
11-
api_id=int(input("API ID:\n")),
10+
":memory:",
11+
api_id=int(input("API ID:\n")),
1212
api_hash=input("API HASH:\n"),
1313
) as app:
1414
print(await app.export_session_string())
1515

1616

1717
if __name__ == "__main__":
1818
loop = asyncio.get_event_loop()
19-
loop.run_until_complete(main())
19+
loop.run_until_complete(main())

0 commit comments

Comments
 (0)