kiwiz / gkeepapi

An unofficial client for the Google Keep API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong order of list items

yuvgin opened this issue · comments

I'm using the library to transfer my notes from a different platform into google keep.
I notice that when I iterate over a text file line by line and create a checklist item for each line, the resulting note has the items listed in a random order.
Any idea why this happens?

Thanks