fix: исправлен вызов идеального графика
This commit is contained in:
parent
afcbb1abdc
commit
4a90b4aaa4
Binary file not shown.
@ -58,12 +58,12 @@ class DirectoryMonitor(BaseDirectoryMonitor):
|
||||
if path is not None:
|
||||
self._mediator.notify(self, [path])
|
||||
else:
|
||||
self._mediator.notify(self, [None])
|
||||
self._mediator.notify(self, [''])
|
||||
|
||||
def start_raport(self) -> None:
|
||||
self.stop()
|
||||
self._files = ['']
|
||||
self._mediator.notify(self, [None])
|
||||
self._mediator.notify(self, [''])
|
||||
|
||||
|
||||
def start_seeking(self) -> None:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user