Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ app.mount("/downloads", StaticFiles(directory="downloads"), name="downloads")
|
|
33 |
DEEZER_API_URL = "https://api.deezer.com"
|
34 |
|
35 |
# Base URL for the server
|
36 |
-
BASE_URL = "https://
|
37 |
|
38 |
# Deezer ARL token (required for deezspot downloads)
|
39 |
#ARL_TOKEN = os.getenv('ARL')
|
|
|
33 |
DEEZER_API_URL = "https://api.deezer.com"
|
34 |
|
35 |
# Base URL for the server
|
36 |
+
BASE_URL = "https://tecuts-depot.hf.space"
|
37 |
|
38 |
# Deezer ARL token (required for deezspot downloads)
|
39 |
#ARL_TOKEN = os.getenv('ARL')
|