mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
Update init_config.py
This commit is contained in:
parent
32c43711df
commit
68b9a81ccd
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user