Ver código fonte

disable debug

David 10 anos atrás
pai
commit
f0af38e2ff
1 arquivos alterados com 1 adições e 1 exclusões
  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