Compare commits

..

No commits in common. "v5" and "main" have entirely different histories.
v5 ... main

3 changed files with 2 additions and 10 deletions

View File

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

View File

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

View File

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