mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-22 07:07:58 +08:00
✨ os字段新增版本和发行版
This commit is contained in:
parent
3c960896f4
commit
cd56065e32
@ -187,6 +187,8 @@ class Client:
|
||||
"os": {
|
||||
"name": platform.system(),
|
||||
"version": platform.version(),
|
||||
"machine": platform.machine(),
|
||||
"release": platform.release(),
|
||||
},
|
||||
"labels": self.labels,
|
||||
"location": self.location,
|
||||
|
Loading…
Reference in New Issue
Block a user