mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21: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 (
|
if content['header'].get('message', '') in (
|
||||||
'Access to specified file was denied... ;_;',
|
'Access to specified file was denied... ;_;',
|
||||||
'Problem with remote server...'):
|
'Problem with remote server...',
|
||||||
|
'image dimensions too small...'):
|
||||||
raise exc.ImageError
|
raise exc.ImageError
|
||||||
|
|
||||||
match = content['results'][0]
|
match = content['results'][0]
|
||||||
|
|
Loading…
Reference in a new issue