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"