txlyre 1 年之前
父节点
当前提交
75d5fa9e13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -447,7 +447,7 @@ async def run_handler(bot, event, command):
           await event.reply(f'Произошла ошибка при попытке обращения к API… :(\nОтвет API: {info["detail"]}')
 
           return
-        elif resp.status == 502:
+        elif resp.status != 200:
           await event.reply('Сервер API временно недоступен. Пожалуйста, попробуйте ещё раз чуть позже.')
 
           return