set date in menus class
This commit is contained in:
parent
597b4c7f00
commit
e172d3fac4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class ResultFile:
|
|||
self.path.write_text("")
|
||||
with self.path.open(mode="a") as file:
|
||||
file.write(
|
||||
f"{sha256} - {menus.days[0]} - {menus.month} - {datetime.date.today().year}\n"
|
||||
f"{sha256} - {menus.date()}\n"
|
||||
)
|
||||
|
||||
def was_already_sent(self, sha256: str, menus: Menus):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue