add debug option
[rainbowstream.git] / rainbowstream / draw.py
index e8cbcaf031745e445f85c115f2583fea4c01aa22..767c9d56d68c63f0d127f8970abcb5ffc6d7d8ff 100644 (file)
@@ -867,7 +867,7 @@ def print_event(e):
         'list_user_subscribed': notify_list_user_subscribed,
         'list_user_unsubscribed': notify_list_user_unsubscribed,
     }
-    event_dict.get(e['event'],nothing)(e)
+    event_dict.get(e['event'], nothing)(e)
 
 
 def show_profile(u):