Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangqiu committed Sep 30, 2024
1 parent a745cd5 commit a8aeffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
"errors": 0,
"apis": 0,
}

self.is_running = False
self.stop_flag = threading.Event()
self.thread = threading.Thread(target=self._run)
self.thread.daemon = True
Expand Down

0 comments on commit a8aeffb

Please sign in to comment.