Spaces:
Sleeping
Sleeping
Update Live preview
Browse files- controllers/fw.py +1 -1
controllers/fw.py
CHANGED
@@ -17,7 +17,7 @@ def fetch_fw_options(to_list=False) -> dict:
|
|
17 |
return [option['url'] for option in response['fw']]
|
18 |
fw_servers = {}
|
19 |
for res in response['fw']:
|
20 |
-
fw_servers[res['url']] = res['tasks']
|
21 |
return fw_servers
|
22 |
|
23 |
|
|
|
17 |
return [option['url'] for option in response['fw']]
|
18 |
fw_servers = {}
|
19 |
for res in response['fw']:
|
20 |
+
fw_servers[res['url']] = res['tasks'] / 100
|
21 |
return fw_servers
|
22 |
|
23 |
|