mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix signature parsing
This commit is contained in:
parent
5f7c0a3b24
commit
9b0ce41fd7
@ -70,7 +70,7 @@ def __extract_signature(soup):
|
||||
if len(res) != 1:
|
||||
return None
|
||||
else:
|
||||
return res[0]
|
||||
return str(res[0])
|
||||
|
||||
|
||||
def getProfileURL(url, username):
|
||||
|
Loading…
Reference in New Issue
Block a user