This commit is contained in:
parent
90e6bd83b2
commit
0155f49bec
@ -2,11 +2,13 @@ from math import floor
|
||||
from datetime import date
|
||||
from urllib import request
|
||||
import azure.functions as func
|
||||
import requests
|
||||
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user