fix: config save and load path inconsistent

This commit is contained in:
GyDi
2023-04-16 18:25:28 +08:00
committed by Pi
parent 83930335f0
commit c3f01d9b2f

View File

@@ -177,7 +177,7 @@ Continue (y/n): """
if not config.ai_name:
config = prompt_user()
config.save()
config.save(CFG.ai_settings_file)
# Get rid of this global:
global ai_name