Skip to content

Commit 3c3fb48

Browse files
committed
Comment out local script execution
1 parent 4b4ee5f commit 3c3fb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,5 @@ def handler(event: dict, context) -> str: # pylint: disable=unused-argument
486486

487487
# # Dev Only
488488
# # Uncomment the following line to run the script locally
489-
if __name__ == "__main__":
490-
handler(None, None)
489+
# if __name__ == "__main__":
490+
# handler(None, None)

0 commit comments

Comments
 (0)