mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-19 07:04:20 +01:00
refactor / cleanup
This commit is contained in:
@@ -132,7 +132,6 @@ def get_all_subscriptions_from_sql_table(db):
|
||||
finally:
|
||||
if con:
|
||||
con.close()
|
||||
# print("The SQLite connection is closed")
|
||||
|
||||
|
||||
def delete_from_subscription_sql_table(db, id):
|
||||
|
||||
Reference in New Issue
Block a user