Skip to content

Commit

Permalink
remove extra space in print
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbickett committed Feb 2, 2024
1 parent c80d502 commit 10bb8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operate/operate.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ def operate(operations):
return True

print(
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA} [Operate] Thought {ANSI_RESET} {operate_thought}"
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[Operate] Thought {ANSI_RESET} {operate_thought}"
)
print(
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA} [Operate] {operate_type} {ANSI_RESET} {operate_detail}"
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[Operate] {operate_type} {ANSI_RESET} {operate_detail}"
)

return False

0 comments on commit 10bb8bf

Please sign in to comment.