summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index f99dffc..5db7cb3 100644
--- a/main.py
+++ b/main.py
@@ -70,5 +70,5 @@ def upload_file():
70 return render_template('index.html', mimetypes=mimetypes) 70 return render_template('index.html', mimetypes=mimetypes)
71 71
72 72
73if __name__ == '__main__': 73if __name__ == '__main__': # pragma: no cover
74 app.run() 74 app.run()