diff --git a/test.py b/test.py index 69245cd..bdb3100 100644 --- a/test.py +++ b/test.py @@ -25,7 +25,7 @@ def upload_file(): return send_file( path_or_file=dxf_file, as_attachment=True, - download_name='hotovy.dxf', + download_name='hotovo.dxf', mimetype='application/octet-stream' ) else: