Skip to content

Commit

Permalink
Merge pull request #11 from madbuda/MB_fix1
Browse files Browse the repository at this point in the history
fix worldmap after change to maxmind local db
  • Loading branch information
dirtycajunrice authored Jul 25, 2018
2 parents 978bf33 + 675cedd commit 83af0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tautulli.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def GeoLite2db(ipaddress):
"measurement": "Tautulli",
"tags": {
"type": "Session",
"region_code": geodata.city.geoname_id,
"region_code": geodata.subdivisions.most_specific.iso_code,
"name": sessions[session]['friendly_name']
},
"time": current_time,
Expand Down

0 comments on commit 83af0da

Please sign in to comment.