Commit graph

52 commits

Author SHA1 Message Date
samwiseg0
d5f7cae46e Add URLError error catching. Fixes #164 2019-12-31 17:25:10 -05:00
samwiseg0
3adc6b684e Change maxmind url to new format 2019-12-31 16:41:46 -05:00
samwiseg0
88f0f18d87 More format changes 2019-12-31 15:55:58 -05:00
samwiseg0
3c9cd199de Update formatting. 2019-12-31 15:54:33 -05:00
Phillip Hernandez
855201160a Improve MaxMind DB logging and error catching 2019-12-31 15:43:08 -05:00
Phillip Hernandez
075780ea76 Change MaxMind download URL 2019-12-31 15:42:07 -05:00
Phillip Hernandez
f526a765bc Change update to 30 days as per MaxMind license agreement 2019-12-31 15:40:30 -05:00
samwiseg00
6e1069d6d1 Fix formatting issues 2019-10-08 11:15:25 -04:00
JonnyWong16
93f7628874 Make helper.itemgetter_with_default function return a tuple to act more like operator.itemgetter 2019-10-07 13:46:38 -07:00
JonnyWong16
16e716e270 Add helper function itemgetter_with_default 2019-10-07 13:01:45 -07:00
Nicholas St. Germain
5ce0447c53 Add ability to check for environment variable options 2019-06-18 15:20:25 -05:00
Nicholas St. Germain
dc39185593 fix #106 2019-03-11 19:42:53 -05:00
Nicholas St. Germain
f48bfa1193 massage unifi 2019-03-11 19:37:29 -05:00
samwiseg0
c72a6b2c14 Clean up logging logic for DB check 2019-03-11 16:36:44 -04:00
samwiseg0
52e852b930 Unused import removed 2019-03-11 14:18:10 -04:00
samwiseg0
2ac3ca584c Blank lines removed 2019-03-11 14:16:34 -04:00
samwiseg0
3796b62d18 Rework DB downloader fixes #113 2019-03-11 14:08:10 -04:00
Nicholas St. Germain
b7e8d6e3fc keep retrying geolite database download. Fixes #103 2019-02-12 13:02:00 -06:00
Nicholas St. Germain
1cef8d2e60 change order 2019-02-12 12:56:40 -06:00
Nicholas St. Germain
1fd6eef44b open/close file for windows issues 2019-02-12 12:44:32 -06:00
Nicholas St. Germain
4b7f789875 change c_time to m_time based on their releases for mmdb 2019-01-11 23:35:13 -06:00
Nicholas St. Germain
83ac14e7de pep8 2019-01-08 17:43:32 -06:00
Nicholas St. Germain
5ba5e6eda1 Feature added: Unifi. #79 2019-01-04 15:30:27 -06:00
Nicholas St. Germain
bf9918d69c fixed output of lat/long helper + version bump 2019-01-02 23:27:07 -06:00
samwiseg0
bf20f84224 Better error checking for failback_ip 2019-01-01 23:41:23 -05:00
Nicholas St. Germain
0629c61a29 pep8 for merge + changes 2018-12-29 21:57:48 -06:00
samwiseg0
e7ac122db3 Add spacing 2018-12-27 12:33:35 -05:00
samwiseg0
3dd3a2c732 Fix first run exception 2018-12-27 11:24:45 -05:00
Nicholas St. Germain
c65c4db38f Merge remote-tracking branch 'origin/nightly' into nightly 2018-12-19 01:52:44 -06:00
Nicholas St. Germain
e58009744e added last octet of ip for logging geoip lookups 2018-12-18 22:21:56 -06:00
Nicholas St. Germain
efa3397332 Merge branch 'master' into nightly 2018-12-18 22:08:21 -06:00
Nicholas St. Germain
556109e8c5 v 2018-12-17 23:47:29 -06:00
Nicholas St. Germain
7f04419d4c check for data directory existence for the sake of logging 2018-12-17 22:08:33 -06:00
Nicholas St. Germain
fbc8488b07 bit more import scoping and added filter for using /location with domain 2018-12-17 20:19:41 -06:00
Nicholas St. Germain
61fcf3b80c major pep8 cleanup.
funneled scope of imports where possible
fixed #59
Added fstrings where possible
added logging both temporarily and in secondary places
2018-12-17 19:12:37 -06:00
samwiseg0
ecc2a8abdf Remove some misc logging config 2018-12-17 13:28:14 -05:00
samwiseg0
eb3f6bffa8 Update log message 2018-12-12 22:26:02 -05:00
Nicholas St. Germain
9b860a0ca6 added exception handling for no route 2018-12-11 13:41:00 -06:00
Nicholas St. Germain
1cfcbe6d1e move static clean_check to helpers 2018-12-11 11:45:43 -06:00
Nicholas St. Germain
176be580b7 tweak logger responses in helper 2018-12-11 10:30:52 -06:00
samwiseg0
647c318161 Add logging to geo_lookup. 2018-12-11 00:32:22 -06:00
samwiseg0
82bd92a16b Added logging to the GeoLite2 downloader 2018-12-11 00:32:22 -06:00
Nicholas St. Germain
35cb12f751 passed data folder to tautulli for helper functions. Fixes #46 2018-12-11 00:32:22 -06:00
samwiseg0
0e844d5a15 Add logging to geo_lookup. 2018-12-10 19:16:13 -08:00
samwiseg0
5d284a5259 Added logging to the GeoLite2 downloader 2018-12-10 19:10:59 -08:00
Nicholas St. Germain
78ce399f33 passed data folder to tautulli for helper functions. Fixes #46 2018-12-09 22:56:09 -06:00
Nicholas St. Germain
ef7f471d58 added asa module. fixes #44. Version Bump 1.0!!! 2018-12-09 21:41:38 -06:00
samwiseg0
98f6d4516e Fix logging and add new make dir function 2018-12-05 00:42:43 -05:00
Nicholas St. Germain
18a5fdacba fixed clean_check of server_ids, fixed under-indented radarr get_movie,
and added __repr__ for cleaner logging
2018-12-04 21:17:33 -06:00
samwiseg0
0a0c1b8cef Fix what I broke when converting to single quotes 2018-12-04 19:58:07 -05:00