mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-29 09:09:07 +02:00
Update database_utils.py
This commit is contained in:
@ -106,7 +106,7 @@ def get_from_sql_table(db, npub):
|
||||
return None
|
||||
else:
|
||||
|
||||
if len(row) != 9:
|
||||
if len(row) < 9:
|
||||
add_sql_table_column(db)
|
||||
# Migrate
|
||||
|
||||
|
Reference in New Issue
Block a user