mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +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:
|
if len(res) != 1:
|
||||||
return None
|
return None
|
||||||
else:
|
else:
|
||||||
return res[0]
|
return str(res[0])
|
||||||
|
|
||||||
|
|
||||||
def getProfileURL(url, username):
|
def getProfileURL(url, username):
|
||||||
|
Loading…
Reference in New Issue
Block a user