Compare commits
No commits in common. "47057a37a5fbcb80488522058a663d8ce12cd766" and "154fb98216073d62349398e592151c77a0007bdd" have entirely different histories.
47057a37a5
...
154fb98216
3
apps.py
3
apps.py
@ -3,5 +3,4 @@
|
|||||||
# 可以选择实时展示,每隔1s发送请求,服务器调用Computer_status.get_data_json_30s,返回json
|
# 可以选择实时展示,每隔1s发送请求,服务器调用Computer_status.get_data_json_30s,返回json
|
||||||
#
|
#
|
||||||
# 可以选择查看指定时间端的历史信息,发送请求,包含开始时间和结束时间,服务器调用Computer_status.get_data_json,返回json
|
# 可以选择查看指定时间端的历史信息,发送请求,包含开始时间和结束时间,服务器调用Computer_status.get_data_json,返回json
|
||||||
if __name__ == '__main__':
|
|
||||||
pass
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
if __name__ == '__main__':
|
|
||||||
pass
|
|
Loading…
Reference in New Issue
Block a user