We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f7b0b commit a66b22eCopy full SHA for a66b22e
1 file changed
zoe/deco.py
@@ -567,5 +567,5 @@ def __init__(self, name):
567
self._name = name
568
self.agent = DecoratedAgent(self._name, self)
569
570
- def __call__(self):
+ def __call__(self, i=None):
571
self.agent.run()
0 commit comments