aboutsummaryrefslogtreecommitdiffstats
path: root/nyancat.py
diff options
context:
space:
mode:
Diffstat (limited to 'nyancat.py')
-rwxr-xr-xnyancat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nyancat.py b/nyancat.py
index ebeb303..90029c1 100755
--- a/nyancat.py
+++ b/nyancat.py
@@ -19,7 +19,7 @@ class TNH(TelnetHandler):
else:
p.stdin.write("2\n")
while 1:
- s = p.stdout.read(1)
+ s = p.stdout.read(1024)
try:
self.write(s)
except: