Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b63793fd9b
|
||
|
|
84b8eb10e6
|
@@ -47,6 +47,7 @@ class Store:
|
||||
'unset',
|
||||
'name',
|
||||
'modified',
|
||||
'purge',
|
||||
]:
|
||||
setattr(self, v, getattr(self.state_store, v))
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ class CounterStore:
|
||||
|
||||
v = f.read(8)
|
||||
self.count = int.from_bytes(v, byteorder='big')
|
||||
logg.info('counter starts at {}'.format(self.count))
|
||||
logg.debug('counter starts at {}'.format(self.count))
|
||||
|
||||
f.seek(0)
|
||||
|
||||
|
||||
@@ -6,4 +6,4 @@ leveldir~=0.3.0
|
||||
confini~=0.6.0
|
||||
#pyxdg~=0.27
|
||||
chainlib~=0.1.1
|
||||
shep~=0.2.3
|
||||
shep~=0.2.5
|
||||
|
||||
Reference in New Issue
Block a user