aapis / evertils

Generate Evernote notes from YML files
1 stars 0 forks source link

Add sleep time between calls in Generate.morning #32

Closed aapis closed 6 years ago

aapis commented 6 years ago

Even though they execute sequentially there is not enough time to create a new note and then query for it's existence via the API. I suspect a simple sleep of 10ms will resolve this.

aapis commented 6 years ago

Solved by waiting for notes to exist instead.