Commit Graph

8 Commits

Author SHA1 Message Date
Landon Abney
2be0e376f8
Massive style cleanup
Adds a basic `setup.cfg` file with configurations for flake8 and pylama, 
fixes some basic issues with essentially every file including:
* Many, many, whitespace line cleanups
* Several unused variables and imports
* Missing coding and shabang lines
* Minor style fixes to more closely align with PEP8
* Turn `print` into function calls for Python 2/3 compat
* A few minor bugs
  * Things like using an undefined `i` in `stream_limiter_ban_email.py`
2019-06-20 23:55:11 -07:00
Blacktwin
f626a9daa1 #155 add duration example 2019-04-25 16:11:57 -04:00
Blacktwin
7128597beb change single to double quotes 2019-04-25 16:11:34 -04:00
Blacktwin
f7a7125783 24 is not valid. 0 instead. 2018-12-06 10:16:03 -05:00
Blacktwin
17baec0e5d edit example to include --today 2018-10-24 00:44:11 -04:00
Blacktwin
85ada26e3d example for limit of specific library 2018-09-26 15:44:10 -04:00
Blacktwin
40ac277101 remove unixtime and datestamp args. Use unixtime and datestamp from script 2018-07-10 11:15:44 -04:00
Blacktwin
8cd280ea8a limiterr and readme with examples. 2018-07-10 08:17:54 -04:00