fix syste4md service

This commit is contained in:
2026-07-26 20:01:19 +02:00
parent efb0c8562b
commit c02932f9a1
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -46,6 +46,11 @@ VIDEO_HOSTS = {
"www.dailymotion.com",
}
print("=== FreshRSS archiver starting ===")
print("Working directory:", os.getcwd())
print("Python:", os.sys.executable)
print("FreshRSS DB:", FRESHRSS_DB)
print("Archive index:", ARCHIVE_INDEX)
def get_favorites():
conn = sqlite3.connect(FRESHRSS_DB)