Skip to content

Commit

Permalink
Update balance even if fetch fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Oct 3, 2024
1 parent 5297570 commit 9e865aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/strategies/naive.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def poll(
),
)

if balance_resp:
self.balance = balance_resp
self.balance = balance_resp

return self

Expand Down

0 comments on commit 9e865aa

Please sign in to comment.