python idomatic

This commit is contained in:
BuhtigithuB
2014-05-26 10:48:47 -04:00
parent 37036de5df
commit 7cc7c4ab7a
+1 -3
View File
@@ -83,9 +83,7 @@ import optparse
import urllib
import time
listeners = {}
names = {}
tokens = {}
listeners, names, tokens = {}, {}, {}
def websocket_send(url, message, hmac_key=None, group='default'):