has added README file

This commit is contained in:
KorenLazar
2020-12-02 00:04:52 +02:00
parent 26c1103571
commit 0bbaaa2ead
2 changed files with 44 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ class Promotion:
def __str__(self):
items = '\n'.join(str(item) for item in self.code_items)
return f"*** {self.content} until {self.end_date.date()} ***\n{items}\n"
return f"*** {self.content} until {self.end_date.date()} update in {self.update_date} ***\n{items}\n"
def get_download_url(store_id: int, cat_id: int) -> str: