mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Fixes for resuming with the app
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user