summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorjvoisin2018-12-16 21:41:23 +0100
committerjvoisin2018-12-16 21:41:23 +0100
commit5ce3db7e82b47ca3865f3909582309e9a0b44e2e (patch)
treeae110c15064eeb3749d75fcd28d1149fbdd0be09 /main.py
parentc289edb916502b13e9732192bff6071afe73ad09 (diff)
Bump coverage
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()