mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-18 12:08:00 +01:00
Update database_utils.py
This commit is contained in:
@@ -220,8 +220,8 @@ def fetch_user_metadata(sender, client) -> (str, str, str):
|
||||
name = metadata.get_display_name()
|
||||
if str(name) == "" or name is None:
|
||||
name = metadata.get_name()
|
||||
nip05 = metadata.get_nip05()
|
||||
lud16 = metadata.get_lud16()
|
||||
nip05 = metadata.get_nip05()
|
||||
lud16 = metadata.get_lud16()
|
||||
|
||||
except:
|
||||
print("Couldn't get meta information")
|
||||
|
||||
Reference in New Issue
Block a user