grammar
This commit is contained in:
parent
9c7e86be99
commit
2878d6ef83
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def timer():
|
|||
yield
|
||||
end = datetime.utcnow()
|
||||
elapsed = end - start
|
||||
print("\tDone. Took", int(elapsed.total_seconds()), "seconds.")
|
||||
print("\tDone. Took", int(elapsed.total_seconds()), "second(s).")
|
||||
|
||||
|
||||
def _sha256_of_file(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue