忘了改了哪裡

This commit is contained in:
molaboon 2021-07-03 17:10:13 +08:00
parent dce60de855
commit 0ca341ca3c

View File

@ -1,4 +1,5 @@
import json
with open('config.json') as fp:
CONFIG = json.load(fp)
CONFIG = json.load(fp)