Skip to content

Commit

Permalink
Added support for generating "salt" for the bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Aug 23, 2024
1 parent d537229 commit f67ece6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if cli_args.salt is True:
print("Your salt: " + generate_random_auth_salt())
exit(0)
else:
from pytmbot import pytmbot_instance

from pytmbot import pytmbot_instance

pytmbot_instance.start_bot_instance()
pytmbot_instance.start_bot_instance()

0 comments on commit f67ece6

Please sign in to comment.