mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13: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
|
@ -107,14 +107,13 @@ async def query_saucenao(url):
|
|||
break
|
||||
|
||||
artist = 'Unknown'
|
||||
for e in (
|
||||
'author_name',
|
||||
'member_name',
|
||||
'creator'
|
||||
):
|
||||
if e in match['data']:
|
||||
artist = match['data'][e]
|
||||
break
|
||||
for e in (
|
||||
'author_name',
|
||||
'member_name',
|
||||
'creator'):
|
||||
if e in match['data']:
|
||||
artist = match['data'][e]
|
||||
break
|
||||
|
||||
result = {
|
||||
'source': source,
|
||||
|
|
Loading…
Reference in a new issue