nodesign / weio

weio
http://we-io.net
128 stars 35 forks source link

check to find if internet is reachable #210

Closed ghost closed 9 years ago

ghost commented 9 years ago

I added a simple decorator as well as checking for internet connection with ping to see if whether the host is down or internet is no reachable. Optionally, @retry keyword argument can be used to retry to reach internet in case it fails and @opt_exception to raise an optional exception to check for it somewhere else.

ks156 commented 9 years ago

Hello @mitghi, Thank you very much for this patch. We'll test it soon. The problem is that we are preparing the release v1.1 on the next branch. Could you please resubmit this pull request from the next branch ? It will be easier for us to test your changes.

Thank you,

Paul

ghost commented 9 years ago

Hi @ks156 Yes, sure.

Thanks