From 3e7cb0f18ae1aef9480c5ad009cc816ce62fc384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 27 Dec 2022 13:42:24 +0100 Subject: [PATCH] update with new start of term --- api/hanyadikhetvan/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/hanyadikhetvan/__init__.py b/api/hanyadikhetvan/__init__.py index ebf4139..9cd37c2 100644 --- a/api/hanyadikhetvan/__init__.py +++ b/api/hanyadikhetvan/__init__.py @@ -5,7 +5,7 @@ import azure.functions as func def main(req: func.HttpRequest) -> func.HttpResponse: - startdate = date(2022, 8, 29) + startdate = date(2023, 2, 27) currentweek = floor((date.today() - startdate).days / 7) return func.HttpResponse( str(currentweek),