More troubleshooting and setup tips, and some improvements to flagship Week 8 project
This commit is contained in:
@@ -82,3 +82,7 @@ class Pricer:
|
||||
match = re.search(r"[-+]?\d*\.\d+|\d+", contents)
|
||||
return float(match.group()) if match else 0
|
||||
|
||||
@modal.method()
|
||||
def wake_up(self) -> str:
|
||||
return "ok"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user