diff --git a/app.py b/app.py index bcdf1c4..937589f 100644 --- a/app.py +++ b/app.py @@ -43,9 +43,9 @@ def return_key(): def return_file(): list_directory = tools.list_dir('restored_file') filename = './restored_file/' + list_directory[0] - print "****************************************" + print ("****************************************") print list_directory[0] - print "****************************************" + print ("****************************************") return send_file(filename, attachment_filename=list_directory[0], as_attachment=True) @app.route('/download/') @@ -108,4 +108,4 @@ def upload_key(): if __name__ == '__main__': app.run(host='127.0.0.1', port=8000, debug=True) - #app.run() \ No newline at end of file + #app.run()