Browse Source

[Debug] Set debug to True

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