Skip to content

Commit 2c5df15

Browse files
committed
Fixed error message
1 parent 7aa6b5f commit 2c5df15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeforces_api/api_request_maker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ def get_response(self, request):
119119
self.check_return_code(response)
120120
return response
121121
except json.decoder.JSONDecodeError as error:
122-
raise ValueError("A lot of users, try ")
122+
raise ValueError("A lot of users, try to reduce number of users in list")

0 commit comments

Comments
 (0)