This commit is contained in:
navry 2025-08-05 12:24:08 +02:00
parent 503d7724b4
commit fe73bd4732
1 changed files with 1 additions and 1 deletions

View File

@ -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')
app.run(debug=False, port=5003, host='0.0.0.0')