summaryrefslogtreecommitdiff
path: root/admin/benchmarks.py
diff options
context:
space:
mode:
Diffstat (limited to 'admin/benchmarks.py')
-rw-r--r--admin/benchmarks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/benchmarks.py b/admin/benchmarks.py
index 45756d5..bdf2fdb 100644
--- a/admin/benchmarks.py
+++ b/admin/benchmarks.py
@@ -49,7 +49,7 @@ class BlankHandler(uh.HasRounds, uh.HasSalt, uh.GenericHandler):
@classmethod
def from_string(cls, hash):
- r,s,c = uh.parse_mc3(hash, cls.ident, cls.name)
+ r,s,c = uh.parse_mc3(hash, cls.ident, handler=cls)
return cls(rounds=int(r), salt=s, checksum=c)
def to_string(self):