Update const.py

This commit is contained in:
thomaslty 2021-11-05 19:00:19 +08:00 committed by GitHub
parent 3e48071f60
commit 46a3c45cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -132,5 +132,6 @@ CONFIG_DEFAULT_SETTINGS = {
'OVERRIDE_AUTO_WAIT': False,
'CHUNK_SIZE': 50000,
'SPLIT_ALBUM_DISCS': False,
'DOWNLOAD_REAL_TIME': False
'DOWNLOAD_REAL_TIME': False,
'LANGUAGE': 'en'
}