Commit 158a4a1e authored by Pavel Jedlicka's avatar Pavel Jedlicka
Browse files

Update config.py

parent ed4ae016
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@ if path.exists('~/.local/etc/nested/config.yml'):
else:
else:
    config_path = '/etc/nested/config.yml'
    config_path = '/etc/nested/config.yml'
    
    
with open('/etc/nested/config.yml') as stream:
with open(config_path) as stream:
    config = yaml.load(stream)
    config = yaml.load(stream)