Formatting

This commit is contained in:
2024-12-14 20:57:53 -08:00
parent 7c6b66660e
commit 621bd16d71
2 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import token_bot.token_bot as token_bot
if __name__ == '__main__':
if __name__ == "__main__":
bot = token_bot.TokenBot()
bot.run()