Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,9 +74,9 @@ def make_query(client: CommuneClient) -> tuple[dict[int, int], dict[int, str]]:
|
|
74 |
incentive = netuid_incentive[uid]
|
75 |
dividends = netuid_dividends[uid]
|
76 |
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
|
81 |
return emission_dict, name_dict
|
82 |
|
|
|
74 |
incentive = netuid_incentive[uid]
|
75 |
dividends = netuid_dividends[uid]
|
76 |
|
77 |
+
|
78 |
+
emission_dict[uid] = netuid_emission[uid]
|
79 |
+
name_dict[uid] = names[uid]
|
80 |
|
81 |
return emission_dict, name_dict
|
82 |
|