minor changes
This commit is contained in:
parent
0351f366dd
commit
adb77f7acb
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ def upload_file(filename):
|
|||
return jsonify({})
|
||||
|
||||
if __name__ == '__main__':
|
||||
host = "192.168.133.197"
|
||||
port = 80
|
||||
host = "127.0.0.1"
|
||||
port = 8080
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
host = sys.argv[1]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue