Skip to content

Commit

Permalink
Fix times_more_expensive logic
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Apr 4, 2024
1 parent f5cd938 commit f995c48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stats-backend/api2/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ def update_providers_info(node_props):
# You might want to log this situation or set a default behavior
print("EC2 monthly price is zero, cannot compare offer prices.")

offerobj.is_overpriced = False
offerobj.overpriced_compared_to = None

offerobj.properties = data
offerobj.save()
obj.runtime = data["golem.runtime.name"]
Expand Down

0 comments on commit f995c48

Please sign in to comment.