[entropy.client.interfaces.client] never stop EntropyCacher on Client.destroy()
This commit is contained in:
@@ -586,8 +586,6 @@ class Client(Singleton, TextInterface, LoadersMixin, CacheMixin, CalculatorsMixi
|
||||
del self.FileUpdates
|
||||
if hasattr(self,'clientLog'):
|
||||
self.clientLog.close()
|
||||
if hasattr(self,'Cacher'):
|
||||
self.Cacher.stop()
|
||||
if hasattr(self,'SystemSettings') and \
|
||||
hasattr(self,'sys_settings_client_plugin_id'):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user