Change db path

This commit is contained in:
2024-03-01 20:10:20 +01:00
parent 6da0b5dac0
commit c728183bf4

View File

@@ -22,7 +22,7 @@ if not watched_repos_list:
exit(1)
# Connexion à la base de données pour stocker les versions précédentes
db_path = 'ghntfy_versions.db'
db_path = '/github-ntfy/ghntfy_versions.db'
conn = sqlite3.connect(db_path)
cursor = conn.cursor()