small mistake
This commit is contained in:
parent
cf7ab67f7c
commit
37a914761e
4
V4.py
4
V4.py
|
@ -71,8 +71,8 @@ config.read(config_path)
|
||||||
MotPath = config["PATH"]["motpath"]
|
MotPath = config["PATH"]["motpath"]
|
||||||
LogPath = config["PATH"]["logpath"]
|
LogPath = config["PATH"]["logpath"]
|
||||||
#discord configurations
|
#discord configurations
|
||||||
SuccessLink = config["DEFAULT"]["successlink"]
|
SuccessLink = config["DISCORD"]["successlink"]
|
||||||
ErrorLink = config["DEFAULT"]["errorlink"]
|
ErrorLink = config["DISCORD"]["errorlink"]
|
||||||
#bsae settings
|
#bsae settings
|
||||||
FidelityLink = config["SETTINGS"]["FidelityLink"]
|
FidelityLink = config["SETTINGS"]["FidelityLink"]
|
||||||
embeds = config["SETTINGS"]["embeds"] == "True" #print new point value in an embed
|
embeds = config["SETTINGS"]["embeds"] == "True" #print new point value in an embed
|
||||||
|
|
Loading…
Reference in New Issue