Compare commits
2 Commits
2023-01-14
...
2023-01-14
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8506356a13 | ||
|
|
ce03a21ad7 |
@@ -503,8 +503,12 @@ def get_region_stats():
|
||||
#logging.error(neos)
|
||||
|
||||
for key, val in os:
|
||||
if key not in VALID_REGIONS:
|
||||
continue
|
||||
ret[key][0] = val
|
||||
for key, val in neos:
|
||||
if key not in VALID_REGIONS:
|
||||
continue
|
||||
ret[key][1] = val
|
||||
|
||||
logging.error(ret)
|
||||
|
||||
Reference in New Issue
Block a user