From cffcb10b6ae859032afdf58822ea1e66e960caf9 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 19 Apr 2018 16:34:17 +0200 Subject: client doesn't crash anymore when typing long lines --- asciifarm/client/gameclient.py | 1 - 1 file changed, 1 deletion(-) (limited to 'asciifarm/client/gameclient.py') diff --git a/asciifarm/client/gameclient.py b/asciifarm/client/gameclient.py index 0a9b243..965239c 100644 --- a/asciifarm/client/gameclient.py +++ b/asciifarm/client/gameclient.py @@ -3,7 +3,6 @@ import os import sys -import curses import threading import json import getpass -- cgit