Consistent comment style

pull/862/head
Jithin Renji 4 years ago
parent ea58a0d8f4
commit a02ea2d7db

@ -104,7 +104,7 @@ def get_response(request_future, error_type, social_network):
try:
response = request_future.result()
if response.status_code:
#status code exists in response object
# Status code exists in response object
error_context = None
except requests.exceptions.HTTPError as errh:
error_context = "HTTP Error"

Loading…
Cancel
Save