mirror of
https://github.com/simon987/hexlib.git
synced 2025-04-18 01:16:43 +00:00
Fix deserialization in PersistentState again
This commit is contained in:
parent
372abb0076
commit
826312115c
@ -217,7 +217,7 @@ def _serialize(value):
|
||||
|
||||
|
||||
def _deserialize(value, col_type):
|
||||
if col_type == "blob":
|
||||
if col_type.lower() == "blob":
|
||||
return base64.b64decode(value)
|
||||
return value
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user