mirror of https://github.com/cppla/ServerStatus
Update client-psutil.py
parent
d4306c7b58
commit
3e61baa4e7
|
@ -5,10 +5,10 @@
|
|||
# 支持操作系统: Linux, Windows, OSX, Sun Solaris, FreeBSD, OpenBSD and NetBSD, both 32-bit and 64-bit architectures
|
||||
# 时间: 20180312
|
||||
|
||||
SERVER = "127.0.0.1"
|
||||
SERVER = "sserver"
|
||||
PORT = 35601
|
||||
USER = "s01"
|
||||
PASSWORD = "USER_DEFAULT_PASSWORD"
|
||||
USER = "suser"
|
||||
PASSWORD = "spasswd"
|
||||
INTERVAL = 1 # 更新间隔
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue