Update 50000-char_echo.py

This commit is contained in:
chrys87 2016-08-26 12:02:55 +02:00 committed by GitHub
parent 6fca14e9da
commit 9ce32b484c

View File

@ -17,7 +17,7 @@ class command():
if environment['screenData']['newDelta'] == '':
return environment
# big changes are no char (but the value is bigger than one maybe the differ needs longer than you can type, so a little strange random buffer for now)
if len(environment['screenData']['newDelta']) > 8:
if len(environment['screenData']['newDelta']) > 3:
return environment
environment['runtime']['outputManager'].presentText(environment, environment['screenData']['newDelta'], interrupt=True)