mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Fix formatting inconsistency
This commit is contained in:
parent
02116ee1e1
commit
70c4b13ee9
1 changed files with 7 additions and 8 deletions
|
@ -110,8 +110,7 @@ async def query_saucenao(url):
|
||||||
for e in (
|
for e in (
|
||||||
'author_name',
|
'author_name',
|
||||||
'member_name',
|
'member_name',
|
||||||
'creator'
|
'creator'):
|
||||||
):
|
|
||||||
if e in match['data']:
|
if e in match['data']:
|
||||||
artist = match['data'][e]
|
artist = match['data'][e]
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue