init the FS backend

This commit is contained in:
Thomas S Hatch 2014-09-19 11:56:33 -06:00
parent 12ac5b9c5b
commit fe4537f58c

View File

@ -543,6 +543,8 @@ class FSChan(object):
self.opts = opts
self.kwargs = kwargs
self.fs = Fileserver(self.opts)
self.fs.init()
self.fs.update()
def send(self, load, tries=None, timeout=None):
'''