diff --git a/localwrapped-pyi.py b/localwrapped-pyi.py index ca64b7f..9820ff1 100644 --- a/localwrapped-pyi.py +++ b/localwrapped-pyi.py @@ -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)