fix: Загрузка времени обновления из настроек в мс

This commit is contained in:
Леонид Титов 2024-12-06 11:11:47 +03:00
parent c6276f01c4
commit 3954fe8ef9

View File

@ -77,7 +77,7 @@ class BaseDirectoryMonitor:
self._files = files self._files = files
def start(self): def start(self):
self.update_timer.start(self._update_time) self.update_timer.start(int(self._update_time))
def stop(self): def stop(self):
self.update_timer.stop() self.update_timer.stop()