Fix typo 🤔

This commit is contained in:
Nyo 2017-08-26 22:28:05 +02:00
parent 36d701eac1
commit 48534bb551
1 changed files with 1 additions and 1 deletions

2
pep.py
View File

@ -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: