From 48534bb551294248c238378343dece02567e1d65 Mon Sep 17 00:00:00 2001 From: Nyo Date: Sat, 26 Aug 2017 22:28:05 +0200 Subject: [PATCH] Fix typo :thinking: --- pep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep.py b/pep.py index 1f592a9..372c1bf 100644 --- a/pep.py +++ b/pep.py @@ -212,7 +212,7 @@ if __name__ == "__main__": try: glob.sentry = generalUtils.stringToBool(glob.conf.config["sentry"]["enable"]) if glob.sentry: - glob.application.sentry_client = AsyncSentryClient(glob.conf.config["sentry"]["banchodns"], release=glob.VERSION) + glob.application.sentry_client = AsyncSentryClient(glob.conf.config["sentry"]["banchodsn"], release=glob.VERSION) else: consoleHelper.printColored("[!] Warning! Sentry logging is disabled!", bcolors.YELLOW) except: