Skip to content

Commit

Permalink
fix: correct signature for MD4 monkeypatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mortendaehli committed Mar 18, 2024
1 parent f9ac0c1 commit 6bd7e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagreader/web_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from tagreader.utils import ReaderType, is_mac, is_windows, urljoin


class MD4(_MD4):
class MD4:
def __init__(self, data=None):
self._hash_obj = _MD4.new()
if data is not None:
Expand Down

0 comments on commit 6bd7e5c

Please sign in to comment.