Merge pull request 'fix' (#5) from master into dev

Reviewed-on: https://gitea.chocomarsh.com/self/b-jokes/pulls/5
This commit is contained in:
emmatveev 2025-07-08 00:28:42 +03:00
commit c996bb837a

View File

@ -12,5 +12,7 @@ if arg == "poll":
jokes.poll_jokes()
elif arg == "api":
main.run()
elif arg == "bot":
main.bot()
else:
raise NotImplementedError("No arg specified!")