mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-24 04:10:53 +03:00
core/StatsCollector.py: black pass
This commit is contained in:
parent
47095d7615
commit
b838777d32
@ -73,9 +73,9 @@ class StatsCollector(Thread):
|
||||
summary[key] = {
|
||||
"1min": self.get_count(key, 1),
|
||||
"5min": self.get_count(key, 5),
|
||||
"60min": self.get_count(key, 60)
|
||||
"60min": self.get_count(key, 60),
|
||||
}
|
||||
|
||||
summary['uptime'] = int((datetime.utcnow() - self.start_time).total_seconds())
|
||||
summary["uptime"] = int((datetime.utcnow() - self.start_time).total_seconds())
|
||||
|
||||
return summary
|
||||
|
Loading…
x
Reference in New Issue
Block a user