mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
cleanup
This commit is contained in:
parent
739aaa3ef9
commit
48f0df627e
@ -160,8 +160,7 @@ class DaemonizeTheRealService(Service, HookMixin):
|
||||
return d
|
||||
|
||||
from twisted.internet import reactor
|
||||
x = reactor.callWhenRunning(start)
|
||||
print("DING {}".format(x))
|
||||
reactor.callWhenRunning(start)
|
||||
|
||||
|
||||
class DaemonizeTahoeNodePlugin(object):
|
||||
|
Loading…
Reference in New Issue
Block a user