Skip to content

Commit

Permalink
log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 1, 2024
1 parent 1e87e6d commit 87fed35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bbot/modules/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,10 @@ def api_key(self, api_keys):

def cycle_api_key(self):
if self._api_keys:
self.verbose(f"Cycling API key")
self._api_keys.insert(0, self._api_keys.pop())
else:
self.debug(f"No extra API keys to cycle")

@property
def failed_request_abort_threshold(self):
Expand Down

0 comments on commit 87fed35

Please sign in to comment.