This commit is contained in:
mihalin 2021-09-10 01:41:32 +03:00
parent d14292cf23
commit 944cacb973

View File

@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
def path_for_bot(bot: Bot) -> str:
return "/" + bot.code
return "/" + str(bot.code)
def url_for_bot(bot: Bot) -> str: