tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 63e23bc12fdba5657dd6e53b8ba374dad321af2c
parent 3b15563352e9bf7e3eb52bb7a36d3537e5d10e4f
Author: rbckman <rob@tarina.org>
Date:   Fri, 13 Nov 2020 11:30:35 +0200

webz check with no www

Diffstat:
Mtarina.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tarina.py b/tarina.py @@ -2426,7 +2426,7 @@ def webz_on(): try: # connect to the host -- tells us if the host is actually # reachable - socket.create_connection(("www.google.com", 80)) + socket.create_connection(("google.com", 80)) return True except OSError: pass