mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Set proper default value (#1194)
This commit is contained in:
@@ -269,7 +269,7 @@ def moveOrDeleteEvent(moveOrDelete):
|
|||||||
calendarId, cal = buildCalendarDataGAPIObject(sys.argv[2])
|
calendarId, cal = buildCalendarDataGAPIObject(sys.argv[2])
|
||||||
if not cal:
|
if not cal:
|
||||||
return
|
return
|
||||||
sendUpdates = None
|
sendUpdates = 'none'
|
||||||
doit = False
|
doit = False
|
||||||
kwargs = {}
|
kwargs = {}
|
||||||
i = 4
|
i = 4
|
||||||
|
|||||||
Reference in New Issue
Block a user