@ -3,5 +3,5 @@ import sys
try:
while True:
sys.stdout.write('e')
except KeyboardInterrupt:
except KeyboardInterrupt as e:
sys.exit(0)