This commit is contained in:
Believethehype
2024-03-19 11:12:27 +01:00
parent d323a0eb30
commit e05b0a1986
3 changed files with 6 additions and 8 deletions

View File

@@ -118,8 +118,7 @@ def get_from_sql_table(db, npub):
user.subscribed = row[8]
except:
user.subscribed = 0
print("Couldn't read subscribed, add it by calling add_sql_table_column(db) in your module once")
return user
except Error as e: