6 lines
75 B
Python
6 lines
75 B
Python
|
# network interface ip
|
||
|
address = "0.0.0.0"
|
||
|
|
||
|
# http listen port
|
||
|
port = 8080
|