mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
fix dumb typo in tahoe run
This commit is contained in:
parent
0b097ac485
commit
198f593cad
@ -174,7 +174,7 @@ def run(config, stdout, stderr):
|
||||
|
||||
# run the node itself
|
||||
c = client.Client(basedir)
|
||||
reactor.callLater(c.startService) # after reactor startup
|
||||
reactor.callLater(0, c.startService) # after reactor startup
|
||||
reactor.run()
|
||||
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user