pyqt5 fixes

This commit is contained in:
ingvar1995 2017-10-21 21:07:05 +03:00
parent 12a395616c
commit 07b0401a43
7 changed files with 26 additions and 22 deletions

View file

@ -61,3 +61,4 @@ class Garland(plugin_super_class.PluginSuperClass):
while self._exec:
invoke_in_main_thread(self.update)
time.sleep(self._time)