Syntax Error, Revert formatting errors, remove 308

This commit is contained in:
russellocean
2023-04-05 10:28:50 -04:00
committed by GitHub
parent c8c8f5b11e
commit c8a927d3ec

View File

@@ -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: ",