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

Commit d1fa83e

Browse files
authored
Merge pull request #28 from joncrain/patch-1
removing decoding for the url for log
2 parents 015504c + 1b84e6b commit d1fa83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • payload/Library/nudge/Resources

payload/Library/nudge/Resources/nudge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def main():
351351
# If the file doesn't exist, grab it and wait half a second to save.
352352
while not os.path.isfile(json_path):
353353
nudgelog(('Starting download: %s' % (urllib.parse.unquote(
354-
json_data['url']).decode('utf8'))))
354+
json_data['url']))))
355355
downloadfile(json_data)
356356
time.sleep(0.5)
357357
else:

0 commit comments

Comments
 (0)