website/content/en/examples/application/job/rabbitmq
azarnyx 6e557559fe Update worker.py (#12403)
Fix an error reproduced with python3.6.8, python3.5.2, python2.7.12:

$ echo "Hi!"| ./worker.py

Traceback (most recent call last):
  File "./worker.py", line 6, in <module>
    print("Processing " + sys.stdin.lines())
AttributeError: '_io.TextIOWrapper' object has no attribute 'lines'
2019-01-28 11:44:01 -08:00
..
Dockerfile Consolidate YAML files [part-7] (#9262) 2018-07-02 13:54:17 -07:00
job.yaml Consolidate YAML files [part-7] (#9262) 2018-07-02 13:54:17 -07:00
worker.py Update worker.py (#12403) 2019-01-28 11:44:01 -08:00