mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
documentation fixes and HTTPS boolean fix
This commit is contained in:
parent
84ed2c5f00
commit
07b0b9caed
2 changed files with 26 additions and 28 deletions
|
@ -44,7 +44,7 @@ class Config:
|
|||
'DEFAULT_THEME': 'auto'
|
||||
}
|
||||
|
||||
_BOOLEAN = ('DOWNLOAD_DIRS_INDEXABLE', 'CUSTOM_DIRS', 'CREATE_CUSTOM_DIRS', 'DELETE_FILE_ON_TRASHCAN', 'DEFAULT_OPTION_PLAYLIST_STRICT_MODE')
|
||||
_BOOLEAN = ('DOWNLOAD_DIRS_INDEXABLE', 'CUSTOM_DIRS', 'CREATE_CUSTOM_DIRS', 'DELETE_FILE_ON_TRASHCAN', 'DEFAULT_OPTION_PLAYLIST_STRICT_MODE', 'HTTPS')
|
||||
|
||||
def __init__(self):
|
||||
for k, v in self._DEFAULTS.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue