Parcourir la source

disable debug

David il y a 10 ans
Parent
commit
f0af38e2ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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