Compare commits

...

1 Commits
main ... v5

Author SHA1 Message Date
FunctionsAPI
215951b889 Automatic push from FunctionsAPI 2025-06-06 12:47:06 +00:00
3 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1 @@
# 9e6ad5b8ecaf4bd99e6fe419010e00ad
# python hello-world

7
main.py Normal file
View File

@ -0,0 +1,7 @@
import time;
def main(request):
print(request)
time.sleep(1)
raise Exception("Oh no!")
return request

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
functions-framework==1.4.3
markupsafe==2.0.1