Fix Reminder post function

This commit is contained in:
shotaro.akiyama 2016-05-04 10:43:37 +09:00
parent 14518d4bc8
commit e8d8f95afd

View file

@ -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