Parcourir la source

fixed error with nsfw cog commands not handling an exception properly

tags/v2.1.0
Roxie Gibson il y a 5 ans
Parent
révision
06af003863
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roxbot/utils.py

+ 1
- 1
roxbot/utils.py Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer