REFACTOR: Change path of registry

This commit is contained in:
Dominique Barton 2019-02-20 23:21:06 +01:00
parent d71aa19446
commit b1e4a725a0

View file

@ -24,7 +24,7 @@ class RegistryDict(dict):
which reads and writes the registry from/to disk.
'''
registry_path = '/tmp/registry.json'
registry_path = '/etc/mopidy/pummeluff_cards.json'
def __init__(self):
if os.path.exists(self.registry_path):