mirror of
https://github.com/simon987/hexlib.git
synced 2025-12-15 23:59:08 +00:00
Fix deserialization in PersistentState again
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user