Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from joncrain/patch-1
Browse files Browse the repository at this point in the history
removing decoding for the url for log
  • Loading branch information
erikng authored Jan 6, 2020
2 parents 015504c + 1b84e6b commit d1fa83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/Library/nudge/Resources/nudge
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def main():
# If the file doesn't exist, grab it and wait half a second to save.
while not os.path.isfile(json_path):
nudgelog(('Starting download: %s' % (urllib.parse.unquote(
json_data['url']).decode('utf8'))))
json_data['url']))))
downloadfile(json_data)
time.sleep(0.5)
else:
Expand Down

0 comments on commit d1fa83e

Please sign in to comment.