From 18dc4737d6afb89980060399cadd0b753ae409d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Thu, 31 Aug 2023 18:48:41 +0200 Subject: [PATCH] update start --- 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 83dbf12..9e40e86 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(2023, 2, 20) + startdate = date(2023, 9, 4) currentweek = floor((date.today() - startdate).days / 7) return func.HttpResponse( str(currentweek),