Fixed music.db url on script for PyInstaller
This commit is contained in:
parent
0dfca7e316
commit
ed4c9c9d04
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def get_music():
|
||||||
except:
|
except:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def get_db_values(url: str = "https://halhadus.rocks/localwrapped/music.db"):
|
def get_db_values(url: str = "https://halhadus.rocks/assets/localwrapped/music.db"):
|
||||||
if not os.path.exists(get_working_directory() + "/music.db"):
|
if not os.path.exists(get_working_directory() + "/music.db"):
|
||||||
try:
|
try:
|
||||||
download = requests.get(url)
|
download = requests.get(url)
|
||||||
|
|
Loading…
Add table
Reference in a new issue