Update main.py
This commit is contained in:
parent
a3e352d3c2
commit
d45b55e87c
1 changed files with 2 additions and 2 deletions
4
main.py
4
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue