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