Update init_config.py

This commit is contained in:
HibiKier 2021-05-20 19:54:50 +08:00 committed by GitHub
parent 32c43711df
commit 68b9a81ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ def init_config():
if not base_config.exists():
base_config.parent.mkdir(parents=True, exist_ok=True)
config_dict = {
<<<<<<< HEAD
'apikey': {
'LOLICON_KEY': '',
'TL_KEY': [],
@ -30,8 +29,6 @@ def init_config():
'port': '',
'database': '',
},
=======
>>>>>>> master
'path': {
'IMAGE_PATH': '',
'VOICE_PATH': '',
@ -45,11 +42,9 @@ def init_config():
'system_proxy': '',
'buff_proxy': ''
},
<<<<<<< HEAD
'rsshub': {
'RSSHUBAPP': 'https://docs.rsshub.app/',
},
=======
'apikey': {
'LOLICON_KEY': '',
'TL_KEY': [],
@ -66,7 +61,6 @@ def init_config():
'port': '',
'database': '',
},
>>>>>>> master
'level': {
'DELETE_IMG_LEVEL': 7,
'MOVE_IMG_LEVEL': 7,