Skip to content

Commit

Permalink
Minor fix to grabtags by id:xxxxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Malisius committed Nov 21, 2022
1 parent 7b263e4 commit 15a5006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ def grabtags(url, replacespaces, replaceunderscores, includeartist, includechara
if not url[-4:] == "json":
url = url + ".json"

#Add the question mark denoting url parameters back in
url += "?"

u, a = getauth()

#Only append login parameters if we actually got some from the above getauth()
Expand Down

0 comments on commit 15a5006

Please sign in to comment.