1
0
Fork 0

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

This commit is contained in:
Torma Kristóf 2022-06-08 23:06:07 +02:00
parent 303432bae2
commit c1bb9fce4f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import azure.functions as func
def main(req: func.HttpRequest) -> func.HttpResponse:
startdate = date(2022, 2, 7)
startdate = date(2022, 8, 29)
currentweek = floor((date.today() - startdate).days / 7)
return func.HttpResponse(
str(currentweek),