mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-11 02:35:18 -04:00
Bump coverage
This commit is contained in:
parent
c289edb916
commit
5ce3db7e82
2 changed files with 10 additions and 1 deletions
2
main.py
2
main.py
|
@ -70,5 +70,5 @@ def upload_file():
|
|||
return render_template('index.html', mimetypes=mimetypes)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == '__main__': # pragma: no cover
|
||||
app.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue