We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daad14f commit 495b57cCopy full SHA for 495b57c
tinker/libs/bunq_lib.py
@@ -253,7 +253,6 @@ def __request_spending_money_if_needed(self):
253
allow_bunqme=False
254
)
255
sleep(self._REQUEST_SPENDING_MONEY_WAIT_TIME_SECONDS)
256
- BunqContext.user_context().refresh_user_context()
257
258
def __should_request_spending_money(self):
259
return self.env == ApiEnvironmentType.SANDBOX \
0 commit comments