Fix typo 🤔

This commit is contained in:
Nyo 2017-08-26 22:28:05 +02:00
parent 36d701eac1
commit 48534bb551

2
pep.py
View File

@ -212,7 +212,7 @@ if __name__ == "__main__":
try: try:
glob.sentry = generalUtils.stringToBool(glob.conf.config["sentry"]["enable"]) glob.sentry = generalUtils.stringToBool(glob.conf.config["sentry"]["enable"])
if glob.sentry: 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: else:
consoleHelper.printColored("[!] Warning! Sentry logging is disabled!", bcolors.YELLOW) consoleHelper.printColored("[!] Warning! Sentry logging is disabled!", bcolors.YELLOW)
except: except: