Skip to content

Commit

Permalink
Update mib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 authored Oct 23, 2023
1 parent d2521e5 commit 523ebb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ax_interface/mib.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def start(self):
if self.update_counter > self.reinit_rate:
# reconnect when redis exception happen
if redis_exception_happen:
self.reinit_connection()
self.reinit_connection()

self.reinit_data()
self.update_counter = 0
Expand Down

0 comments on commit 523ebb5

Please sign in to comment.