diff options
| author | jason | 2017-01-23 20:06:18 -0700 |
|---|---|---|
| committer | jason | 2017-01-24 10:13:40 -0700 |
| commit | b340ea15add30d136eb46b8998aee0ffb1a72115 (patch) | |
| tree | 9e709a101adf8b3a804400a770565edf202e6651 /bin | |
| parent | 1d9e4e103bd611cda4f3208d8c0921f6859729dd (diff) | |
| download | eventmq-b340ea15add30d136eb46b8998aee0ffb1a72115.tar.gz eventmq-b340ea15add30d136eb46b8998aee0ffb1a72115.zip | |
Update the pep8 goodness and test with circle and flake8
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/logwatcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/logwatcher.py b/bin/logwatcher.py index f83c905..dd2860f 100644 --- a/bin/logwatcher.py +++ b/bin/logwatcher.py | |||
| @@ -13,4 +13,4 @@ while True: | |||
| 13 | 13 | ||
| 14 | if events.get(s) == zmq.POLLIN: | 14 | if events.get(s) == zmq.POLLIN: |
| 15 | msg = s.recv_multipart() | 15 | msg = s.recv_multipart() |
| 16 | print msg | 16 | print msg # noqa |