vansh-tiwari / trashtalk

Codechef profile comparator
Apache License 2.0
1 stars 0 forks source link

Status Codes #2

Open harshraj22 opened 4 years ago

harshraj22 commented 4 years ago

If website is not reachable, requests.get(url) returns with different status code. In this code, this case is handled by returning 404 user not found error.

The error message can be improved depending on status code.

vansh-tiwari commented 4 years ago

Yes, do your changes and pull the requests. I will merge them.