add support for some samsung drives

This commit is contained in:
2026-06-03 12:54:18 -07:00
parent 2333cb36bc
commit 9096e7adde
7 changed files with 125 additions and 26 deletions

View File

@ -88,9 +88,9 @@ if __name__ == '__main__':
scheduler.start()
if secure_api:
app.run(debug=True, host='172.17.0.1', port=5000)
app.run(debug=False, host='172.17.0.1', port=5000)
else:
app.run(debug=True, host='0.0.0.0', port=5000)
app.run(debug=False, host='0.0.0.0', port=5000)