mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 08:16:17 +00:00
test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user