mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Add missing return in config.py
This commit is contained in:
parent
81c2fafe86
commit
47237fd8e7
@ -43,6 +43,7 @@ class Config(object):
|
||||
self.config.get('base', 'database_uri')
|
||||
except (NoSectionError, NoOptionError):
|
||||
raise SystemExit('No database URI set')
|
||||
return True
|
||||
|
||||
def get(self, section, option):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user