Skip to content

Commit

Permalink
Update root.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCaton2350 authored Oct 6, 2024
1 parent 02ff4a7 commit 55801b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python-Rumble-Bot-Final-Bot/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def main(self, root:node):
try:
instance = binary_tree()
root = node(1)
instance.main(root=root)
except KeyboardInterrupt:
print("exiting gracefully...")
exit(0)


0 comments on commit 55801b3

Please sign in to comment.