diff --git a/test.py b/test.py index 826f1e3..a98a30e 100644 --- a/test.py +++ b/test.py @@ -114,4 +114,4 @@ def exportuj_do_dxf(body, velikost) -> BytesIO: if __name__ == '__main__': - app.run(debug=True, port=5003, host='0.0.0.0') \ No newline at end of file + app.run(debug=False, port=5003, host='0.0.0.0') \ No newline at end of file