Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Toperlock authored Nov 9, 2023
1 parent cb7aa47 commit 590b69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def config(url):
full_url = full_url.replace(param, '')
if full_url.endswith("%2F"):
full_url = full_url[:-len("%2F")]
full_url = unquote(full_url)
print (full_url)
if "|" in full_url:
subscribe['url'] = full_url.split('url=', 1)[-1].split('|')[0] if full_url.startswith('url') else full_url.split('|')[0]
Expand Down

0 comments on commit 590b69a

Please sign in to comment.