Skip to content

Commit

Permalink
fix + bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JHthe4 committed Oct 3, 2022
1 parent 9cd9d0d commit 75f24cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decode-qr-uri.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
enc = False
try:
enc = query['enc'][0]
enc = enc.replace(" ","+")
except:
raise Exception('An "enc" parameter is a required part of the URI')

Expand Down

0 comments on commit 75f24cf

Please sign in to comment.