Skip to content

Commit

Permalink
github is tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
tposejank authored Jul 30, 2024
1 parent d725e22 commit 40af1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}

Expand Down Expand Up @@ -84,4 +84,4 @@ def scan():
saveScan(db)

if __name__ == "__main__":
scan()
scan()

0 comments on commit 40af1d6

Please sign in to comment.