Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-06 12:47:06 +00:00
parent 8ff1c32059
commit 215951b889
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