Daemonize fix
- forgot to revert a line in previous commit
This commit is contained in:
parent
d9a4263083
commit
6b54a4ab0e
|
@ -31,7 +31,7 @@ class singleinstance:
|
|||
import bitmessageqt
|
||||
bitmessageqt.init()
|
||||
|
||||
self.lock(not daemon)
|
||||
self.lock()
|
||||
|
||||
self.initialized = True
|
||||
atexit.register(self.cleanup)
|
||||
|
|
Loading…
Reference in New Issue
Block a user