Fixed music.db url on script for PyInstaller

This commit is contained in:
Halhadus 2024-12-12 01:54:39 +03:00
parent 0dfca7e316
commit ed4c9c9d04

View file

@ -60,7 +60,7 @@ def get_music():
except:
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"):
try:
download = requests.get(url)