浏览代码

disable debug

David 10 年之前
父节点
当前提交
f0af38e2ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  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