diff --git a/api/hanyadikhetvan/__init__.py b/api/hanyadikhetvan/__init__.py index 44a9cae..ebf4139 100644 --- a/api/hanyadikhetvan/__init__.py +++ b/api/hanyadikhetvan/__init__.py @@ -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)