Update ssview.py

update ssview.py
pull/32/head
cppla 2018-12-07 16:36:47 +08:00 committed by GitHub
parent b085c6b9ca
commit 0694687226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ import requests
import time
from prettytable import PrettyTable
scroll = False
# todo: 程序在非gui环境下目前有闪屏的bug
scroll = True
clear = lambda: os.system('clear' if 'linux' in sys.platform else 'cls')
def sscmd(address):