Skip to content

Commit

Permalink
Update presearch-discovery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
byackee authored Jan 17, 2024
1 parent ac22556 commit a1f6d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions presearch-discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"minutes_in_current_state": ["\u200B", "min"],
"total_requests" : ["\u200B", "\u200B"],
"successful_requests": ["\u200B", "\u200B"],
"avg_success_rate": ["\u200B", "\u200B"],
"avg_success_rate_score": ["\u200B", "\u200B"],
"avg_reliability_score": ["\u200B", "\u200B"],
"avg_success_rate": ["\u200B", "%"],
"avg_success_rate_score": ["\u200B", "%"],
"avg_reliability_score": ["\u200B", "%"],
"avg_staked_capacity_percent": ["\u200B", "%"],
"avg_utilization_percent": ["\u200B", "%"],
"total_pre_earned": ["\u200B", "\u200B"],
Expand Down Expand Up @@ -98,4 +98,4 @@ def run():
parse(client)

if __name__ == '__main__':
run()
run()

0 comments on commit a1f6d0b

Please sign in to comment.