this is why it should have been written in a proper language

This commit is contained in:
shim_
2018-10-04 17:06:09 +02:00
parent 70e7814894
commit 3bcccd4092

View File

@@ -22,6 +22,7 @@ class SeafileUploader():
self.uil = QUiLoader()
self.loadSettings()
self.pool = Pool(2)
self.seaf_client = None
def showSettingsUI(self, parentWidget):
self.parentWidget = parentWidget