Can't -> cannot

This commit is contained in:
Sergi Delgado Segura
2020-04-10 16:30:13 +02:00
parent a427b12799
commit a1a87ba9da
5 changed files with 7 additions and 7 deletions

View File

@@ -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)