mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-24 10:26:35 +01:00
fixes
This commit is contained in:
@@ -114,7 +114,11 @@ def get_from_sql_table(db, npub):
|
||||
user.lud16 = row[5]
|
||||
user.name = row[6]
|
||||
user.lastactive = row[7]
|
||||
user.subscribed = row[8]
|
||||
try:
|
||||
user.subscribed = row[8]
|
||||
except:
|
||||
user.subscribed = False
|
||||
|
||||
|
||||
return user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user