BURG3R5 / firefox-bookmarks

Manage your Firefox bookmarks with ease
https://pypi.org/project/firefox-bookmarks/
GNU Affero General Public License v3.0
6 stars 1 forks source link

feat: Also commit to `moz_places` table #11

Closed BURG3R5 closed 1 year ago

BURG3R5 commented 1 year ago

Fixes #10

...hopefully

BURG3R5 commented 1 year ago

Note to self: the error seems to be due to FirefoxPlace data being INSERT OR REPLACEd into moz_places. Try using UPDATE on the same guid instead.

Edit: This worked!