From eca4890b4d15134c8a5b2736c3ea300ede85f222 Mon Sep 17 00:00:00 2001 From: Usama Abdul Sattar Date: Sat, 13 Jul 2019 19:57:58 +0500 Subject: [PATCH] Update Checks.py --- Defs/Checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Defs/Checks.py b/Defs/Checks.py index 9688d66..83df3f6 100644 --- a/Defs/Checks.py +++ b/Defs/Checks.py @@ -17,7 +17,7 @@ languageSelector() def checkConnection(host='https://google.com'): #Connection check system('clear') try: - urlopen(host, timeout=5) + urlopen(host, timeout=10) print(_("{0}HURRAY!! Internet is available.. We can Continue{1}").format(GREEN, DEFAULT)) return True except: