1
0
Fork 0

Remove the hack, it won't work

This commit is contained in:
Luca Beltrame 2021-06-27 08:59:21 +02:00
parent 4cf1e39d0b
commit b7052a807f
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -32,11 +32,6 @@ def main():
state = State.unknown
text = list()
# https://stackoverflow.com/questions/33871836/find-out-if-there-is-input-from-a-pipe-or-not-in-python
if not select.select([sys.stdin], [], [], 0.0)[0]:
print("No input processed.")
sys.exit(1)
for line in fileinput.input():
line = line.strip()