tecuts commited on
Commit
5ea2723
·
verified ·
1 Parent(s): 9c9f7b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://chrunos-depot.hf.space"
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')