From 9e9f27398c6a3a18f5ab90acbdeb0efc1445be2b Mon Sep 17 00:00:00 2001 From: Johan Hjorth Date: Mon, 23 Jun 2025 11:29:36 +0200 Subject: [PATCH] Solving issue with sync --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index d001f44..96791bd 100644 --- a/config.py +++ b/config.py @@ -12,4 +12,4 @@ RECENT_MONTHS = 3 MAX_SIMILAR_PER_ART = 20 SIMILAR_MATCH_MIN = 0.5 CACHE_TTL_HOURS = 24 -DEBUG_PRINT = True +DEBUG_PRINT = True \ No newline at end of file