mirror of
https://github.com//cppla/ServerStatus
synced 2025-09-06 18:02:21 +08:00
Update ssview.py
update ssview.py
This commit is contained in:
parent
624cac0445
commit
a8db447a3f
@ -13,7 +13,8 @@ import requests
|
|||||||
import time
|
import time
|
||||||
from prettytable import PrettyTable
|
from prettytable import PrettyTable
|
||||||
|
|
||||||
scroll = False
|
# todo: 程序在非gui环境下目前有闪屏的bug
|
||||||
|
scroll = True
|
||||||
clear = lambda: os.system('clear' if 'linux' in sys.platform else 'cls')
|
clear = lambda: os.system('clear' if 'linux' in sys.platform else 'cls')
|
||||||
|
|
||||||
def sscmd(address):
|
def sscmd(address):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user