mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 12:05:32 +03:00
Merge pull request #147 from Orange-OpenSource/fix/test-integ-circular-import
Do not run flask in debug mode anymore
This commit is contained in:
commit
1636d37692
@ -1,4 +1,4 @@
|
|||||||
from tests import app
|
from tests import app
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, host='0.0.0.0', port=8000)
|
app.run(host='0.0.0.0', port=8000)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user