python 3.10: fix some deprecation warnings and compat with 3.10
This commit is contained in:
@@ -60,7 +60,7 @@ class Plugins(DaemonThread):
|
||||
@profiler
|
||||
def __init__(self, config: SimpleConfig, gui_name):
|
||||
DaemonThread.__init__(self)
|
||||
self.setName('Plugins')
|
||||
self.name = 'Plugins' # set name of thread
|
||||
self.pkgpath = os.path.dirname(plugins.__file__)
|
||||
self.config = config
|
||||
self.hw_wallets = {}
|
||||
|
||||
Reference in New Issue
Block a user