Skip to content

Commit

Permalink
small fix of processing_per_second
Browse files Browse the repository at this point in the history
  • Loading branch information
Timozen committed Feb 21, 2024
1 parent bc3f832 commit f9fc4fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __init__(
self.stopped = False
self.paused = False
self.sleep_duration = sleep_duration
self.processing_per_second: int = 0

self.pm = pluggy.PluginManager("Extractor")

Expand Down

0 comments on commit f9fc4fe

Please sign in to comment.