aboutsummaryrefslogtreecommitdiff
path: root/modules/location.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove '"human"' key from location settings export - we dont use it and it'sGravatar jesopo2019-05-071-2/+1
| | | | using elements of 'location' that were removed
* Remove `import pytz` from location.py, we don't use itGravatar jesopo2019-05-011-1/+0
|
* Change location.py to use lat/lon instead of continent/country/cityGravatar jesopo2019-04-281-6/+3
|
* Change location.py to use geocoding, change weather.py in line with itGravatar jesopo2019-04-281-11/+20
|
* Remove debug printGravatar jesopo2019-04-281-1/+0
|
* Add location.py, to allow users to set their locationGravatar jesopo2019-04-281-0/+17