fix: Загрузка времени обновления из настроек в мс
This commit is contained in:
parent
c6276f01c4
commit
3954fe8ef9
@ -77,7 +77,7 @@ class BaseDirectoryMonitor:
|
||||
self._files = files
|
||||
|
||||
def start(self):
|
||||
self.update_timer.start(self._update_time)
|
||||
self.update_timer.start(int(self._update_time))
|
||||
|
||||
def stop(self):
|
||||
self.update_timer.stop()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user