1
0
Fork 0
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:
Myned 2019-11-12 14:11:20 -05:00
parent 02116ee1e1
commit 70c4b13ee9
No known key found for this signature in database
GPG key ID: BC58C09870A63E59

View file

@ -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