Skip to content

Commit 73e6e70

Browse files
committed
print data for debugging
1 parent cb9baab commit 73e6e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

management/projectsv2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class ProjectV2Project(dict):
66
def __init__(self, project_node_id):
77
self.project_node_id = project_node_id
88
data = self._get_project_data("PVT_kwDOARrkss4Am84U")
9+
print(data)
910
self.columns = dict()
1011
for item in data['data']['node']['items']['nodes']:
1112
for field in item['fieldValues']['nodes']:

0 commit comments

Comments
 (0)