Skip to content

Commit

Permalink
fix for not giving export_session_string
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Aug 29, 2020
1 parent d9016a1 commit 1bf02a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genStrSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def genStrSession() -> None: # pylint: disable=missing-function-docstring
) as userge:
print("\nprocessing...")
await userge.send_message(
"me", f"#USERGE #HU_STRING_SESSION\n\n```{userge.export_session_string()}```")
"me", f"#USERGE #HU_STRING_SESSION\n\n```{await userge.export_session_string()}```")
print("Done !, session string has been sent to saved messages!")

if __name__ == "__main__":
Expand Down

0 comments on commit 1bf02a2

Please sign in to comment.