mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
grammar
This commit is contained in:
@@ -28,7 +28,7 @@ def timer():
|
|||||||
yield
|
yield
|
||||||
end = datetime.utcnow()
|
end = datetime.utcnow()
|
||||||
elapsed = end - start
|
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):
|
def _sha256_of_file(filename):
|
||||||
|
Reference in New Issue
Block a user