route after the stack is prepped

This commit is contained in:
Thomas S Hatch 2014-07-10 14:52:07 -06:00
parent 6f1efe219d
commit 3652b1b6c9

View file

@ -97,8 +97,8 @@ class RAETChannel(Channel):
Send a message load and wait for a relative reply
One shot wonder
'''
msg = {'route': self.route, 'load': load}
self.__prep_stack()
msg = {'route': self.route, 'load': load}
self.stack.transmit(msg, self.stack.uids['manor'])
tried = 1
start = time.time()