mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +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 (
|
||||
'author_name',
|
||||
'member_name',
|
||||
'creator'
|
||||
):
|
||||
'creator'):
|
||||
if e in match['data']:
|
||||
artist = match['data'][e]
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue