micbou 6e8aeeac15
Catch ConnectionError instead of ConnectTimeout
On non-Windows platforms, a ConnectionError exception is raised instead
of a ConnectTimeout one when the connection cannot be established (e.g.
the server crashed). Since the latter is a subclass of the former, we
only need to catch ConnectionError.
2017-01-27 03:33:43 +01:00
..
2017-01-24 22:43:41 +01:00
2016-05-06 20:14:10 +02:00
2016-05-02 23:08:32 +02:00
2016-11-19 18:47:43 +01:00
2017-01-24 22:43:40 +01:00