shep

Multi-state key stores using bit masks for python3
git clone git://git.defalsify.org/shep.git
Log | Files | Refs | LICENSE

commit 90f494a1f6b519a31df53f0d551622ad1de34729
parent 497b615fe34886291c13ebde87740b2dd008f9cd
Author: lash <dev@holbrook.no>
Date:   Mon,  7 Nov 2022 00:25:04 +0000

Update sync signature of base class

Diffstat:
Mshep/state.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shep/state.py b/shep/state.py @@ -586,7 +586,7 @@ class State: return [] - def sync(self, state=None): + def sync(self, state=None, not_state=None, ignore_auto=True): """Noop method for interface implementation providing sync to backend. :param state: State to sync.