From 1057a92944e3aaf119712de498192372e39bba6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Sun, 31 Jul 2022 19:42:55 +0200 Subject: [PATCH] remove debugging bullshit --- api/hanyadikhetvan/__init__.py | 1 - 1 file changed, 1 deletion(-) 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)