Skip to content

Commit 1301bff

Browse files
authored
Merge pull request #8 from leplatrem/fix-now-glitch
Fix call to _now()
2 parents 40d6c7e + 162704b commit 1301bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autograph_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def decode_mozilla_hash(s):
526526
return bytes.fromhex(s.replace(":", " "))
527527

528528

529-
def _now(self):
529+
def _now():
530530
"""Mockable function to get "now".
531531
532532
:returns: naive datetime representing a UTC timestamp

0 commit comments

Comments
 (0)