@@ -8,8 +8,8 @@ import sys
import time
import websocket
-DEBUG = False
DEBUG = True
+DEBUG = False
def log(s):
if not DEBUG:
return