Updating profile info works

This commit is contained in:
BarsTiger
2023-05-12 17:02:42 +03:00
parent aadb0d6f08
commit 5e165af00f
18 changed files with 137 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ async def create_session_callback():
username=client.me.username
).json()
print(f'[green]Created[/] session {session_name}...')
await client.stop()
input()
except OperationalError: