mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
drop-upload: rename 'start' method to 'startService', which is what you're supposed to use to start a Service. refs #1429
This commit is contained in:
@ -432,7 +432,7 @@ class Client(node.Node, pollmixin.PollMixin):
|
||||
from allmydata.frontends import drop_upload
|
||||
s = drop_upload.DropUploader(self, upload_dircap, local_dir_utf8)
|
||||
s.setServiceParent(self)
|
||||
s.start()
|
||||
s.startService()
|
||||
except Exception, e:
|
||||
self.log("couldn't start drop-uploader: %r", args=(e,))
|
||||
else:
|
||||
|
Reference in New Issue
Block a user