mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
fix ping
This commit is contained in:
parent
922b0a08b8
commit
ee9dfd8a41
@ -237,6 +237,7 @@ class InfluxDB:
|
||||
return requests.get("https://celery.dmesg.app/dashboard?json=1", headers=headers).json()
|
||||
|
||||
def extract_dashboard_data(self):
|
||||
self.data = self.get_worker_data()
|
||||
json_body = []
|
||||
for worker in self.data["data"]:
|
||||
load1, load5, load15 = worker["loadavg"]
|
||||
|
Loading…
Reference in New Issue
Block a user