FATAL:fixed encoding bug for nfregex that was blocking this function!
This commit is contained in:
@@ -27,4 +27,5 @@ class Regex:
|
||||
|
||||
@classmethod
|
||||
def from_dict(cls, var: dict):
|
||||
var['regex'] = base64.b64decode(var['regex'])
|
||||
return cls(**var)
|
||||
Reference in New Issue
Block a user