diff options
| author | Michaël Ball <git@michaelball.name> | 2021-12-21 22:52:19 +0000 | 
|---|---|---|
| committer | Michaël Ball <git@michaelball.name> | 2021-12-21 22:52:19 +0000 | 
| commit | e5f39480cc0fb0ae74e2e1baba246649f46722bf (patch) | |
| tree | 2a9460fdb1118e573b63164aa4e783baf5f3f682 | |
| parent | a8699199713c51df196e6e2d0e803d983767664f (diff) | |
Fix config issue
| -rw-r--r-- | main.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -16,7 +16,6 @@ def get_location(args):      try:          with open(config_location) as stream:              config.read_string("[auto-dark-mode]\n" + stream.read()) -        config.read(config_location)          latitude = config.getfloat("auto-dark-mode", "latitude")          longitude = config.getfloat("auto-dark-mode", "longitude") | 
