Skip to content

Commit f2331b5

Browse files
committed
chore: comment out dev code
1 parent b0fae76 commit f2331b5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def handler(event: dict, context) -> str: # pylint: disable=unused-argument
379379
return "Github Data logging is now complete."
380380

381381

382-
# Dev Only
383-
# Uncomment the following line to run the script locally
384-
if __name__ == "__main__":
385-
handler(None, None)
382+
# # Dev Only
383+
# # Uncomment the following line to run the script locally
384+
# if __name__ == "__main__":
385+
# handler(None, None)

0 commit comments

Comments
 (0)