mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
FSM for Feed
This commit is contained in:
@@ -7,7 +7,7 @@ class PassthroughTransform(BaseTransform):
|
||||
"""
|
||||
|
||||
def init(self):
|
||||
self.state = { 'name': 'PASSTHROUGH' }
|
||||
self.props = { 'name': 'PASSTHROUGH' }
|
||||
|
||||
#TODO, could save some cycles by skipping the _UNFRAME call
|
||||
# and just setting value to original msg string.
|
||||
|
||||
Reference in New Issue
Block a user