Skip to content

Commit af893b9

Browse files
committed
Remove old call
1 parent 2627ef6 commit af893b9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

reasoning/main.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,7 @@ async def run_reasoning(self, prefix=''):
101101
async def run(self, *args, **kwargs):
102102
while True:
103103
try:
104-
recipe = self.api.session.current_recipe()
105-
if recipe:
106-
await self.run_reasoning(*args, **kwargs)
107-
else:
108-
print(recipe)
109-
await asyncio.sleep(1)
104+
await self.run_reasoning(*args, **kwargs)
110105
except Exception:
111106
import traceback
112107
traceback.print_exc()

0 commit comments

Comments
 (0)