From 40af1d615e9a9ef2c52e9317ad9db95fa35b66e5 Mon Sep 17 00:00:00 2001 From: tposejank <81495861+tposejank@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:52:37 -0400 Subject: [PATCH] github is tweaking --- scan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scan.py b/scan.py index 7bc7a24..ae914f6 100644 --- a/scan.py +++ b/scan.py @@ -12,7 +12,7 @@ def findEncoreRoot(listf): db = { "encore": True, - "RAW_path": "https://github.com/Encore-Developers/songs/raw/main/", + "RAW_path": "https://raw.githubusercontent.com/Encore-Developers/songs/main/", "songs": [] } @@ -84,4 +84,4 @@ def scan(): saveScan(db) if __name__ == "__main__": - scan() \ No newline at end of file + scan()