docs: Fix typo (closes #753)
This commit is contained in:
parent
715e3e24c2
commit
43c0d0ba92
@ -285,7 +285,7 @@ This is ``mopidy_soundspot/__init__.py``::
|
|||||||
version = __version__
|
version = __version__
|
||||||
|
|
||||||
def get_default_config(self):
|
def get_default_config(self):
|
||||||
conf_file = os.path.join(os.path.dirname(__file__, 'ext.conf'))
|
conf_file = os.path.join(os.path.dirname(__file__), 'ext.conf'))
|
||||||
return config.read(conf_file)
|
return config.read(conf_file)
|
||||||
|
|
||||||
def get_config_schema(self):
|
def get_config_schema(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user