忘了改了哪裡

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

View File

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