CIRCL / pystemon

Monitoring tool for PasteBin-alike sites written in Python. Inspired by pastemon http://github.com/xme/pastemon
GNU Affero General Public License v3.0
43 stars 16 forks source link

linting #5

Closed juju4 closed 3 years ago

juju4 commented 3 years ago

one left that I did not touch as it depends on where project wants to go.

$  flake8 --ignore=E501
./pystemon.py:678:29: E999 SyntaxError: invalid syntax

related to python2/python3 per https://stackoverflow.com/questions/41528403/syntaxerror-invalid-syntax-except-urllib2-httperror-e

adulau commented 3 years ago

Thanks a lot.