diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index dd540aa..a1ef8a0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,7 @@
-
+
@@ -79,7 +79,7 @@
-
+
@@ -500,7 +500,6 @@
-
@@ -525,7 +524,8 @@
-
+
+
@@ -562,6 +562,6 @@
-
+
\ No newline at end of file
diff --git a/main.py b/main.py
index 157a4ce..d7f2bd1 100644
--- a/main.py
+++ b/main.py
@@ -123,7 +123,6 @@ def game_board_print() -> object:
plotting: bool = False # plotted position was in correct bounds so we escape the loop
else:
print("⚠ Invalid input, try again.") # the user's input was out of bounds
-
plotting: bool = True # beep boop, recycled variable
while plotting: