mirror of
https://github.com/User0332/rewards-farmer.git
synced 2026-09-16 09:31:36 +00:00
use searches_needed when displaying telemetry
This commit is contained in:
@@ -194,7 +194,7 @@ class RewardsTaskUtils:
|
||||
|
||||
self.move_to_and_click(close_btn)
|
||||
|
||||
print(f"Points earned from 20 searches: {points_earned}/{max_pts}")
|
||||
print(f"Points earned from {searches_needed} searches: {points_earned}/{max_pts}")
|
||||
|
||||
def claim_bonus_points(self):
|
||||
self.switch_to_dashboard()
|
||||
|
||||
Reference in New Issue
Block a user