From: James French Date: Mon, 4 Mar 2013 12:39:44 +0000 (+0800) Subject: Left debug enabled X-Git-Tag: 1.0~6^2 X-Git-Url: https://git.ucc.asn.au/?p=frenchie%2Ficalparse.git;a=commitdiff_plain;h=2388effb196b11c6d49f787c03fb9c0c518fc0c5 Left debug enabled --- 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')