mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Fix yet another denial error
This commit is contained in:
parent
49c1c90de0
commit
fe7502af4d
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ async def query_saucenao(url):
|
|||
|
||||
if content['header'].get('message', '') in (
|
||||
'Access to specified file was denied... ;_;',
|
||||
'Problem with remote server...'):
|
||||
'Problem with remote server...',
|
||||
'image dimensions too small...'):
|
||||
raise exc.ImageError
|
||||
|
||||
match = content['results'][0]
|
||||
|
|
Loading…
Reference in a new issue