diff options
Diffstat (limited to 'src/home')
-rw-r--r-- | src/home/api/web_api_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/api/web_api_client.py b/src/home/api/web_api_client.py index f359b11..f74b5a1 100644 --- a/src/home/api/web_api_client.py +++ b/src/home/api/web_api_client.py @@ -59,7 +59,7 @@ class WebAPIClient: bot: BotType, user_id: int, message: str): - return self._post('log/bot-request/', { + return self._post('log/bot_request/', { 'bot': bot.value, 'user_id': str(user_id), 'message': message |