Fixes for resuming with the app

This commit is contained in:
Zvonimir Sabljic
2023-07-31 13:26:27 +02:00
parent db9b6d786e
commit 9b2db0bf13
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ def get_user_tasks(convo, args):
message = f"User tasks already done for this app_id: {args['app_id']}. Moving to next step..."
print(colored(message, "green"))
logger.info(message)
return data.get('user_tasks'), data.get('messages')
return data.get('user_tasks')
# USER TASKS
print(colored(f"Generating user tasks...\n", "green"))