Skip to content

Commit 74277ff

Browse files
committed
init
1 parent 8ee130b commit 74277ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def get_issue(issue_number=None):
1717
response = requests.get(api_url, headers=headers)
1818
issue = response.json()
1919

20+
print(issue)
21+
2022
except Exception as e:
2123
print(f"Error in get_issue: {e}")
2224
return None

0 commit comments

Comments
 (0)