quick bug fixes

This commit is contained in:
João Moura
2024-09-18 03:22:56 -03:00
parent e77442cf34
commit 2787c9b0ef
6 changed files with 27 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ class RPMController(BaseModel):
self._timer = None
def _wait_for_next_minute(self):
time.sleep(1)
time.sleep(60)
self._current_rpm = 0
def _reset_request_count(self):