remove debugging bullshit
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
67b139fbee
commit
1057a92944
@ -7,7 +7,6 @@ import azure.functions as func
|
|||||||
def main(req: func.HttpRequest) -> func.HttpResponse:
|
def main(req: func.HttpRequest) -> func.HttpResponse:
|
||||||
startdate = date(2022, 8, 29)
|
startdate = date(2022, 8, 29)
|
||||||
currentweek = floor((date.today() - startdate).days / 7)
|
currentweek = floor((date.today() - startdate).days / 7)
|
||||||
request.get("https://tormakristof.eu/")
|
|
||||||
return func.HttpResponse(
|
return func.HttpResponse(
|
||||||
str(currentweek),
|
str(currentweek),
|
||||||
status_code=200)
|
status_code=200)
|
||||||
|
Loading…
Reference in New Issue
Block a user