Commit 201f805d565f4993a5f081d0af723b1db1897d10
Commits[COMMIT BEGIN]commit 201f805d565f4993a5f081d0af723b1db1897d10 Author: 0x4248 <[email protected]> Date: Tue Feb 3 09:34:36 2026 +0000 escpos: fix command hang diff --git a/toolkits/ESCPOS/src/server.py b/toolkits/ESCPOS/src/server.py index 729850f..7c832f0 100644 --- a/toolkits/ESCPOS/src/server.py +++ b/toolkits/ESCPOS/src/server.py @@ -165,4 +165,4 @@ def index(): return head_html + form_html + job_list_html if __name__ == '__main__': - app.run(host='0.0.0.0', port=80, debug=True) \ No newline at end of file + app.run(host="0.0.0.0", port=80, debug=False, use_reloader=False)[COMMIT END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.