From 847a955e2fef18710f36054d8f11cbdd688a0d2a Mon Sep 17 00:00:00 2001 From: Nyo Date: Fri, 7 Oct 2016 13:44:00 +0200 Subject: [PATCH] .BANCHO. .HIDE. Meh --- events/cantSpectateEvent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/cantSpectateEvent.py b/events/cantSpectateEvent.py index 86486e8..d27eafe 100644 --- a/events/cantSpectateEvent.py +++ b/events/cantSpectateEvent.py @@ -8,7 +8,7 @@ def handle(userToken, _): try: # We don't have the beatmap, we can't spectate if userToken.spectating not in glob.tokens.tokens: - raise exceptions.tokenNotFoundException + raise exceptions.tokenNotFoundException() # Send the packet to host glob.tokens.tokens[userToken.spectating].enqueue(serverPackets.noSongSpectator(userToken.userID))