tell if it is an update
This commit is contained in:
parent
e34906ea14
commit
749865813f
7 changed files with 53 additions and 146 deletions
|
@ -5,7 +5,6 @@ from dotenv import load_dotenv
|
|||
load_dotenv()
|
||||
|
||||
MENU_CRECHE_PDF_URL = os.environ.get("MENU_CRECHE_PDF_URL")
|
||||
MENU_TYPES = os.environ.get("MENU_TYPES").split(",")
|
||||
SIGNAL_SENDER = os.environ.get("SIGNAL_SENDER")
|
||||
SIGNAL_RECIPIENTS = os.environ.get("SIGNAL_RECIPIENTS", default=SIGNAL_SENDER).split(
|
||||
","
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue