sendNotifications = None

This commit is contained in:
Jay Lee
2016-11-05 20:14:05 -04:00
parent c2dc2f0712
commit 6a179215d6

View File

@ -3320,7 +3320,7 @@ def doCalendarDeleteEvent():
if not cal:
return
events = []
sendNotifications = False
sendNotifications = None
doit = False
i = 4
while i < len(sys.argv):