diff --git a/payload/Library/nudge/Resources/nudge b/payload/Library/nudge/Resources/nudge index 8233296..0d092c7 100755 --- a/payload/Library/nudge/Resources/nudge +++ b/payload/Library/nudge/Resources/nudge @@ -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: