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