Explorar el Código

[Debug] Set debug to True

Foppe Hemminga hace 5 años
padre
commit
02e6d840ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: