mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-16 04:35:51 +00:00
[add]输出系统信息到控制台,方便debug
This commit is contained in:
parent
529074cee7
commit
d29511ec6e
@ -2,6 +2,7 @@
|
|||||||
import requests
|
import requests
|
||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
|
import system_info
|
||||||
|
|
||||||
from urllib import request
|
from urllib import request
|
||||||
from http import cookiejar
|
from http import cookiejar
|
||||||
@ -387,6 +388,9 @@ def milogin():
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
wLog("miuitask v1.2.1")
|
wLog("miuitask v1.2.1")
|
||||||
|
wLog('----------系统信息-开始-------------')
|
||||||
|
system_info.system_info()
|
||||||
|
wLog('----------系统信息-结束-------------')
|
||||||
wLog("项目地址:https://github.com/0-8-4/miui-auto-tasks")
|
wLog("项目地址:https://github.com/0-8-4/miui-auto-tasks")
|
||||||
wLog("欢迎star,感谢東雲研究所中的大佬")
|
wLog("欢迎star,感谢東雲研究所中的大佬")
|
||||||
wLog("开始登录小米账号")
|
wLog("开始登录小米账号")
|
||||||
|
Loading…
Reference in New Issue
Block a user