mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Syntax Error, Revert formatting errors, remove 308
This commit is contained in:
@@ -301,11 +301,10 @@ while True:
|
||||
except Exception as e:
|
||||
print_to_console("Error: \n", Fore.RED, str(e))
|
||||
|
||||
if not cfg.continuous_mode and next_action_count === 0:
|
||||
if not cfg.continuous_mode and next_action_count == 0:
|
||||
### GET USER AUTHORIZATION TO EXECUTE COMMAND ###
|
||||
# Get key press: Prompt the user to press enter to continue or escape
|
||||
# to exit
|
||||
if next_action_count == 0:
|
||||
user_input = ""
|
||||
print_to_console(
|
||||
"NEXT ACTION: ",
|
||||
|
||||
Reference in New Issue
Block a user