Skip to content

Commit 495b57c

Browse files
Removed non existant function call, until SDK update. (#10)
1 parent daad14f commit 495b57c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tinker/libs/bunq_lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ def __request_spending_money_if_needed(self):
253253
allow_bunqme=False
254254
)
255255
sleep(self._REQUEST_SPENDING_MONEY_WAIT_TIME_SECONDS)
256-
BunqContext.user_context().refresh_user_context()
257256

258257
def __should_request_spending_money(self):
259258
return self.env == ApiEnvironmentType.SANDBOX \

0 commit comments

Comments
 (0)