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
|
break
|
||||||
|
|
||||||
artist = 'Unknown'
|
artist = 'Unknown'
|
||||||
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
|
|
||||||
|
|
||||||
result = {
|
result = {
|
||||||
'source': source,
|
'source': source,
|
||||||
|
|
Loading…
Reference in a new issue