From d35e62b1d75b7dd6c1f3f1b3e184e7b5c6df415f Mon Sep 17 00:00:00 2001 From: KikooDX Date: Wed, 6 Nov 2019 11:20:08 +0100 Subject: [PATCH] The mighty -4 return... --- locate2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locate2.py b/locate2.py index 236884a..4c2abe8 100644 --- a/locate2.py +++ b/locate2.py @@ -38,7 +38,7 @@ class Screen: print(to_print) if ask_for_input or fancy: line = "" - for cell in self._mat[-1][:-1]: + for cell in self._mat[-1][:-5]: line += cell return input(line if fancy else "> ") else: