Skip to content

Commit

Permalink
fix: init _should_stop in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Oct 7, 2024
1 parent 7f89f2f commit 135ecc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daq/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class DAQJob:

def __init__(self, config: Any):
self.config = config
self._should_stop = False

def start(self):
pass
Expand Down

0 comments on commit 135ecc9

Please sign in to comment.