Bläddra i källkod

[Debug] Set debug to True

Foppe Hemminga 5 år sedan
förälder
incheckning
02e6d840ea
1 ändrade filer med 1 tillägg och 1 borttagningar
  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: