mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-27 20:56:15 +02:00
Update database_utils.py
This commit is contained in:
@@ -117,7 +117,7 @@ def get_from_sql_table(db, npub):
|
||||
try:
|
||||
user.subscribed = row[8]
|
||||
except:
|
||||
user.subscribed = False
|
||||
user.subscribed = 0
|
||||
|
||||
|
||||
return user
|
||||
|
Reference in New Issue
Block a user