From afaaee1fcf69c82982f97b8aad41549f8aa0d729 Mon Sep 17 00:00:00 2001 From: gimick Date: Fri, 31 Dec 2010 00:19:52 +0000 Subject: [PATCH] rushnotes: fix typo, switch off debug mode --- pyfpdb/RushNotesAux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/RushNotesAux.py b/pyfpdb/RushNotesAux.py index bb1ff506..1a87fd78 100644 --- a/pyfpdb/RushNotesAux.py +++ b/pyfpdb/RushNotesAux.py @@ -133,7 +133,7 @@ class RushNotes(Aux_Window): debugfile.write(self.hud.table.name+"\n") debugfile.write(str(self.hud.stat_dict.keys())+"\n") - if self.hud.table.name not in {"Mach 10", "Lightning", "Celerity", "Flash", "Zoom"} + if self.hud.table.name not in ("Mach 10", "Lightning", "Celerity", "Flash", "Zoom"): return # # Grab a list of player id's