Skip to content

Commit 22f2e12

Browse files
committed
ok
1 parent 7e75012 commit 22f2e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runpod/serverless/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def start(config: Dict[str, Any]):
150150
return
151151

152152
# --------------------------------- SLS-Core --------------------------------- #
153-
if os.getenv("RUNPOD_SLS_CORE", "false").lower() in ("1", 't', 'T', 'TRUE', 'true', 'True', '0', 'f', 'F', 'FALSE', 'false', 'False'):
153+
if os.getenv("RUNPOD_SLS_CORE", "false").lower() in ("1", 't', 'T', 'TRUE', 'true', 'True'):
154154
core.main(config)
155155
return
156156

0 commit comments

Comments
 (0)