rofl0r a0dcd9fa8f save total_duration as int into the db
without that, the DB saves it as float even though the column type is
INT.

requires a run of

sqlite3 proxylist.sqlite "update proxylist set success_count=0,total_duration=0"

to fix existing entries.
2019-01-06 15:23:23 +00:00
2019-01-03 16:36:31 +00:00
2019-01-05 00:22:28 +00:00
2019-01-05 00:22:28 +00:00
2019-01-06 02:58:58 +00:00
2019-01-06 04:53:20 +00:00
2019-01-03 16:36:31 +00:00
2019-01-04 23:59:06 +00:00
2019-01-05 00:22:28 +00:00
2019-01-03 16:36:31 +00:00
Description
No description provided
3.7 MiB
Languages
Python 74.2%
JavaScript 10.5%
CSS 7.4%
Shell 4%
HTML 3.7%
Other 0.2%