瀏覽代碼

fixed error with nsfw cog commands not handling an exception properly

tags/v2.1.0
Roxie Gibson 5 年之前
父節點
當前提交
06af003863
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roxbot/utils.py

+ 1
- 1
roxbot/utils.py 查看文件

@@ -207,7 +207,7 @@ async def danbooru_clone_api_req(channel, base_url, endpoint_url, cache=None, ta

posts = await http.api_request(url)

if posts is None:
if not posts:
return None

post = None

Loading…
取消
儲存