patx / pickledb

pickleDB is an open source key-value store using Python's json module.
https://patx.github.io/pickledb
BSD 3-Clause "New" or "Revised" License
925 stars 125 forks source link

APPEND key more #90

Open Kelvin-Data opened 1 year ago

Kelvin-Data commented 1 year ago

What is the definition more here?

Kelvin-Data commented 1 year ago

TypeError: PickleDB.append() missing 1 required positional argument: 'more'

patx commented 1 year ago

if i remember correctly that will add whatever 'more' is to the end of the 'key's value (havent worked on this project in a long time)