ソースを参照

[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: