1
0

simplify Plugins constructor

This commit is contained in:
SomberNight
2018-10-22 18:21:38 +02:00
parent 81cc20039e
commit c4e09fa874
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ class Plugins(DaemonThread):
verbosity_filter = 'p'
@profiler
def __init__(self, config: SimpleConfig, is_local, gui_name):
def __init__(self, config: SimpleConfig, gui_name):
DaemonThread.__init__(self)
self.setName('Plugins')
self.pkgpath = os.path.dirname(plugins.__file__)