diff --git a/.log b/.log new file mode 100644 index 0000000..871d85d --- /dev/null +++ b/.log @@ -0,0 +1 @@ +finished the lab at 2023-07-16T12:08:58.709858 diff --git a/poetry.lock b/poetry.lock index 66070df..68f728e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "click" -version = "8.1.4" +version = "8.1.5" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.4-py3-none-any.whl", hash = "sha256:2739815aaa5d2c986a88f1e9230c55e17f0caad3d958a5e13ad0797c166db9e3"}, - {file = "click-8.1.4.tar.gz", hash = "sha256:b97d0c74955da062a7d4ef92fadb583806a585b2ea81958a81bd72726cbb8e37"}, + {file = "click-8.1.5-py3-none-any.whl", hash = "sha256:e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548"}, + {file = "click-8.1.5.tar.gz", hash = "sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367"}, ] [package.dependencies] diff --git a/return_to_ship.py b/return_to_ship.py index bd0990d..6cc2cc4 100644 --- a/return_to_ship.py +++ b/return_to_ship.py @@ -55,7 +55,7 @@ def time_since_chest_was_opened(): if chest_was_opened(): if treasure_is_present(): - if time_since_chest_was_opened() < 60: + if time_since_chest_was_opened() < 600000: win() else: reset()