From ccff19604127d22e813e21e72f4527e3fc0f5584 Mon Sep 17 00:00:00 2001 From: Artur Tretiak Date: Mon, 29 Oct 2018 23:25:28 +0200 Subject: [PATCH] Network Error Name Fix Fix - Old name art was replaced by new one --- Defs/Checks.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Defs/Checks.py b/Defs/Checks.py index 88e0273..d953239 100644 --- a/Defs/Checks.py +++ b/Defs/Checks.py @@ -1,4 +1,4 @@ -#SocialFish checks functions +#Checks functions from urllib.request import urlopen from os import path, system @@ -16,11 +16,11 @@ def checkConnection(host='http://duckduckgo.com'): #Connection check except: return False if checkConnection() == False: - print (''' - ....._____....... ____ ____ ____ _ ____ _ ____ _ ____ _ _ - / \/| [__ | | | | |__| | |___ | [__ |__| - \o__ /\| ___] |__| |___ | | | |___ | | ___] | | - \| + print ('''{1} + _ _ . ___ ___ ___ _ _ {0}___ _ _ ___{1} + |__| | ] | ] | |__ |\ | {0}|__ \__/ |__{1} + | | | ]__| ]__| |__ | \| {0}|__ || |__{1} + {0}[{1}!{0}]{1} Network error. Verify your connection.\n '''.format(RED, DEFAULT)) exit(0)