Prechádzať zdrojové kódy

[Debug] Set debug to True

Foppe Hemminga 5 rokov pred
rodič
commit
02e6d840ea
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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: