refactor / cleanup

This commit is contained in:
Believethehype
2024-10-31 12:50:00 +01:00
parent db35d29204
commit 6220d761e5
25 changed files with 24 additions and 84 deletions

View File

@@ -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):