Fix Reminder post function
This commit is contained in:
parent
14518d4bc8
commit
e8d8f95afd
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class RemindersService(object):
|
||||||
"createdDateExtended": int(time.time()*1000),
|
"createdDateExtended": int(time.time()*1000),
|
||||||
"guid": str(uuid.uuid4())
|
"guid": str(uuid.uuid4())
|
||||||
},
|
},
|
||||||
"ClientState": {"Collections": self.collections.values()}
|
"ClientState": {"Collections": list(self.collections.values())}
|
||||||
}),
|
}),
|
||||||
params=params_reminders)
|
params=params_reminders)
|
||||||
return req.ok
|
return req.ok
|
||||||
|
|
Loading…
Reference in a new issue