Skip to content

Commit 147a27e

Browse files
authored
Update script.py
1 parent 0a0e693 commit 147a27e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

script.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
load_dotenv()
77

8-
8+
# Check arguments and OS ENV
99
if len(sys.argv) > 1:
1010
repository_owner = sys.argv[1]
1111
repository_name = sys.argv[2]
@@ -28,6 +28,7 @@
2828
state = "open"
2929
issues = repo.get_issues(labels=labels, state=state, sort='updated')
3030

31+
# Log repository
3132
print(repo)
3233

3334
# Loop through each issue and get its comments

0 commit comments

Comments
 (0)