From 303432bae2634bf159cfae7829126bfc24838bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 22 May 2022 12:48:14 +0200 Subject: [PATCH] Update start date --- hanyadikhetvan/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanyadikhetvan/__init__.py b/hanyadikhetvan/__init__.py index 8f609ea..3d5bc41 100644 --- a/hanyadikhetvan/__init__.py +++ b/hanyadikhetvan/__init__.py @@ -4,7 +4,7 @@ import azure.functions as func def main(req: func.HttpRequest) -> func.HttpResponse: - startdate = date(2022, 2, 6) + startdate = date(2022, 2, 7) currentweek = floor((date.today() - startdate).days / 7) return func.HttpResponse( str(currentweek),