Skip to content

Commit

Permalink
fix note creating with unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Yakovlev committed Mar 29, 2012
1 parent 4c708d0 commit 9ca58f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion everpad/provider.py
Expand Up @@ -108,7 +108,6 @@ def update_note(self, guid, title, content):
def create_note(self, title, content):
api = self.api()
note = api.create_note(title, content)
note.content = content
self.to_db(note, api)
return note.guid

Expand Down

0 comments on commit 9ca58f7

Please sign in to comment.