From 2388effb196b11c6d49f787c03fb9c0c518fc0c5 Mon Sep 17 00:00:00 2001 From: James French Date: Mon, 4 Mar 2013 20:39:44 +0800 Subject: [PATCH] Left debug enabled --- fbcal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbcal.py b/fbcal.py index 45e03d9..870a62d 100755 --- a/fbcal.py +++ b/fbcal.py @@ -25,7 +25,7 @@ import cgi import vobject import icalparse import re -import cgitb; cgitb.enable() +#import cgitb; cgitb.enable() def exitQuiet(exitstate=0): print('Content-Type: text/html\n') -- 2.20.1