Browse Source

disable debug

David 10 năm trước cách đây
mục cha
commit
f0af38e2ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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