Explorar el Código

disable debug

David hace 10 años
padre
commit
f0af38e2ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pmanager/pmanager.py

+ 1 - 1
pmanager/pmanager.py

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