mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
test
This commit is contained in:
parent
d14292cf23
commit
944cacb973
@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
def path_for_bot(bot: Bot) -> str:
|
def path_for_bot(bot: Bot) -> str:
|
||||||
return "/" + bot.code
|
return "/" + str(bot.code)
|
||||||
|
|
||||||
|
|
||||||
def url_for_bot(bot: Bot) -> str:
|
def url_for_bot(bot: Bot) -> str:
|
||||||
|
Loading…
Reference in New Issue
Block a user