remove debugging bullshit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2022-07-31 19:42:55 +02:00
parent 67b139fbee
commit 1057a92944

View File

@ -7,7 +7,6 @@ import azure.functions as func
def main(req: func.HttpRequest) -> func.HttpResponse:
startdate = date(2022, 8, 29)
currentweek = floor((date.today() - startdate).days / 7)
request.get("https://tormakristof.eu/")
return func.HttpResponse(
str(currentweek),
status_code=200)