Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
return_error
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Feb 9, 2023
1 parent 213096d commit 066ac4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def validate_kai(self, kai):
def bridge(self, interval, api_key, kai_name, kai_url, cluster, priority_usernames):
current_id = None
current_payload = None
return_error = None
loop_retry = 0
failed_requests_in_a_row = 0
while self.run:
Expand Down

0 comments on commit 066ac4d

Please sign in to comment.