Skip to content

Commit

Permalink
Fix formatting in styles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mariopaolo authored Jan 8, 2024
1 parent 2072c73 commit 00ba600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/commands/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async def handle(self, c: Context):
if __name__ == "__main__":
bot = SignalBot({
"signal_service": os.environ["SIGNAL_SERVICE"],
"phone_number": os.environ["PHONE_NUMBER"]
"phone_number": os.environ["PHONE_NUMBER"],
})
bot.register(StylesCommand()) # all contacts and groups
bot.start()
bot.start()

0 comments on commit 00ba600

Please sign in to comment.