Need to return the value

This commit is contained in:
C. R. Oldham 2016-02-29 20:01:41 -07:00 committed by rallytime
parent 068807558a
commit b2294d0a28

View file

@ -121,6 +121,7 @@ class WheelClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object):
>>> wheel.cmd('key.finger', ['jerry'])
{'minions': {'jerry': '5d:f6:79:43:5e:d4:42:3f:57:b8:45:a8:7e:a4:6e:ca'}}
'''
return super(WheelClient, self).cmd(fun, arg, pub_data, kwarg)
Wheel = WheelClient # for backward-compat