update start
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2023-08-31 18:48:41 +02:00
parent c915a5feea
commit 18dc4737d6
1 changed files with 1 additions and 1 deletions

View File

@ -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),