mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Can't -> cannot
This commit is contained in:
@@ -266,7 +266,7 @@ def post_request(data, endpoint):
|
||||
message = "Can't connect to the Eye of Satoshi's API. Connection timeout"
|
||||
|
||||
except ConnectionError:
|
||||
message = "Can't connect to the Eye of Satoshi's API. Server cannot be reached"
|
||||
message = "Cannot connect to the Eye of Satoshi's API. Server cannot be reached"
|
||||
|
||||
except (InvalidSchema, MissingSchema, InvalidURL):
|
||||
message = "Invalid URL. No schema, or invalid schema, found ({})".format(endpoint)
|
||||
|
||||
Reference in New Issue
Block a user