Skip to content

Commit b563d55

Browse files
authored
Update duneanalytics.py
1 parent cf7a060 commit b563d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

duneanalytics/duneanalytics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def query_result(self, result_id):
130130
response = self.session.post(GRAPH_URL, json=query_data)
131131
if response.status_code == 200:
132132
data = response.json()
133-
print(data)
133+
# print(data)
134134
return data
135135
else:
136-
print(response.text)
136+
# print(response.text)
137137
return {}

0 commit comments

Comments
 (0)