We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fcb07 commit 314137dCopy full SHA for 314137d
say/crawler/__init__.py
@@ -142,12 +142,9 @@ def get_data(self, force):
142
return
143
144
url = self.API_URL_NOT_FRESH % self.dkp
145
- print("url:")
146
- print(url)
147
api_response = self.call_api(url)
148
parsed_result = self.parse_result(api_response)
149
150
- print(parsed_result)
151
if int(parsed_result["status"]) == 200:
152
153
elif parsed_result["status"] == 302 and "fresh" in parsed_result["redirect_url"]["uri"]:
0 commit comments