瀏覽代碼

[Debug] Set debug to True

Foppe Hemminga 5 年之前
父節點
當前提交
02e6d840ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cron.py

+ 1 - 1
cron.py

@@ -6,7 +6,7 @@ import time
 import settings
 from pprint import pprint, pformat
 
-debug = False
+debug = True
 
 def dprint(text):
     if debug: