mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-31 07:12:43 +02:00
Fix signature parsing
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user