Fix broken sentry client

This commit is contained in:
Giuseppe Guerra
2018-08-04 19:58:22 +02:00
parent 887836045d
commit 1b9224fc79
2 changed files with 5 additions and 5 deletions

View File

@@ -648,7 +648,7 @@ class Server:
# Sentry
sentryClient = None
if glob.sentry:
sentryClient = raven.Client(glob.conf.config["sentry"]["ircdns"])
sentryClient = raven.Client(glob.conf.config["sentry"]["ircdsn"])
serversocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
serversocket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)