From 37a914761ee24af4fa46775ec8c292c7a6f12e91 Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 18 May 2022 18:56:13 +0200 Subject: [PATCH] small mistake --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 5c8ded0..d51065f 100755 --- a/V4.py +++ b/V4.py @@ -71,8 +71,8 @@ config.read(config_path) MotPath = config["PATH"]["motpath"] LogPath = config["PATH"]["logpath"] #discord configurations -SuccessLink = config["DEFAULT"]["successlink"] -ErrorLink = config["DEFAULT"]["errorlink"] +SuccessLink = config["DISCORD"]["successlink"] +ErrorLink = config["DISCORD"]["errorlink"] #bsae settings FidelityLink = config["SETTINGS"]["FidelityLink"] embeds = config["SETTINGS"]["embeds"] == "True" #print new point value in an embed