Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 19, 2023
1 parent beb6463 commit a7e8273
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apprise/plugins/NotifyDiscord.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ def parse_url(url):
results['href'] = \
NotifyDiscord.unquote(results['qsd']['href'])


elif 'url' in results['qsd']:
results['href'] = \
NotifyDiscord.unquote(results['qsd']['url'])
Expand Down

0 comments on commit a7e8273

Please sign in to comment.