请帮忙,我收到此错误:
with open('Data/language.json') as settings_file:
TypeError: Required argument 'flags' (pos 2) not found
我的代码是:
import json
with open('Data/settings.json') as settings_file:
Settings = json.load(settings_file)
请帮忙,我收到此错误:
with open('Data/language.json') as settings_file:
TypeError: Required argument 'flags' (pos 2) not found
我的代码是:
import json
with open('Data/settings.json') as settings_file:
Settings = json.load(settings_file)