From 1721d66d6ff0b5188dfaed5e121ebbb467d1ce95 Mon Sep 17 00:00:00 2001 From: Ruchikavaidya <73826167+Ruchikavaidya@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:13:01 +0530 Subject: [PATCH] Update app.py --- app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()