From 1bf981b4836dc7d48535fcfcdf0d1a4e6d8ffb84 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 18 Apr 2018 23:59:40 +0200 Subject: client can now read strings from chat input --- asciifarm/client/commandhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asciifarm/client/commandhandler.py') diff --git a/asciifarm/client/commandhandler.py b/asciifarm/client/commandhandler.py index 7eefe5b..ebb773e 100644 --- a/asciifarm/client/commandhandler.py +++ b/asciifarm/client/commandhandler.py @@ -62,7 +62,7 @@ class CommandHandler: self.execute(action) def runInput(self): - self.client.inputHandler.typing = True + self.client.inputHandler.startTyping() def select(self, widget, value, relative=False, modular=False): self.client.display.getWidget(widget).select(value, relative, modular) -- cgit