mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fix small bug with log paths
This commit is contained in:
@ -12,4 +12,4 @@ if __name__ == '__main__':
|
||||
except ValueError:
|
||||
PORT = 5555
|
||||
init()
|
||||
app.run(HOST, PORT, debug=False)
|
||||
app.run('0.0.0.0', PORT, debug=False)
|
||||
|
Reference in New Issue
Block a user