From d45b55e87c4eb62887ba50c68c31e5609740590f Mon Sep 17 00:00:00 2001 From: Eduard Prigoana Date: Fri, 18 Jul 2025 16:39:35 +0300 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 888d140..29cca88 100644 --- a/main.py +++ b/main.py @@ -14,8 +14,8 @@ app = Flask(__name__, template_folder="templates") CORS(app) # ✅ ENABLE CORS FOR ALL ROUTES # Constants -ZIP_URL = "https://docs.google.com/spreadsheets/1HmjSUnxItSeRh0rszXULvVDF3nM5rzW2_cSHKE00tns/export?format=zip" -ZIP_FILE = "Leaks.zip" +ZIP_URL = "https://docs.google.com/spreadsheets/d/1DpuNNPfr5NwAnr1enVHjHjs_zhWiKwXd6KCpGXGjqxw/export?format=zip" +ZIP_FILE = "Trackerhub.zip" EXTRACT_FOLDER = "sheet" HTML_FILE = os.path.join(EXTRACT_FOLDER, "Artists.html") CSV_FILE = "artists.csv"