diff --git a/sportorg/modules/recovery/recovery_sportorg_html.py b/sportorg/modules/recovery/recovery_sportorg_html.py index b766286b..ec1076b5 100644 --- a/sportorg/modules/recovery/recovery_sportorg_html.py +++ b/sportorg/modules/recovery/recovery_sportorg_html.py @@ -19,7 +19,9 @@ def recovery(file_name): # save json to tmp file and op[en with standard import action tmp_filename = os.path.join( gettempdir(), - 'sportorg_' + ''.join(choices(string.ascii_letters, k=10)) + '.json', + 'sportorg_' + + ''.join(choices(string.ascii_letters, k=10)) + + '.json', ) temp_file = open(tmp_filename, 'w') temp_file.write(json)