Update chest.py
This commit is contained in:
parent
89012d7836
commit
a18a38fc9e
|
@ -21,8 +21,8 @@ def monster2():
|
||||||
print(" Then get back to the surface ASAP! The monster is coming! \n")
|
print(" Then get back to the surface ASAP! The monster is coming! \n")
|
||||||
print(" Don't forget to take your treasure bag with you up to the top directory!")
|
print(" Don't forget to take your treasure bag with you up to the top directory!")
|
||||||
now = datetime.datetime.now()
|
now = datetime.datetime.now()
|
||||||
with open(".timer", "w") as keyfile:
|
with open(".timer", "w") as timerfile:
|
||||||
keyfile.write(str(now))
|
timerfile.write(str(now))
|
||||||
|
|
||||||
|
|
||||||
secret = "318"
|
secret = "318"
|
||||||
|
|
Loading…
Reference in New Issue