add support for some samsung drives
This commit is contained in:
@ -391,9 +391,9 @@ if __name__ == '__main__':
|
||||
print(result)
|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user