summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index 11158cb7b..3294e8fc9 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -185,7 +185,7 @@ class pyLoadCli:
self.print_input()
def handle_input(self):
- inp = self.input
+ inp = self.input.strip()
if inp == "0":
self.pos = [0, 0]
self.build_menu()