Update Actions.py

This commit is contained in:
Usama Abdul Sattar 2018-12-23 08:49:28 +05:00 committed by GitHub
parent 79a2159594
commit 68f1545a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,13 +123,12 @@ def runServeo():
print("\n {0}[{1}*{0}]{1} TINYURL: {2}".format(RED, DEFAULT, GREEN) + link + "{1}".format(RED, DEFAULT, GREEN)) print("\n {0}[{1}*{0}]{1} TINYURL: {2}".format(RED, DEFAULT, GREEN) + link + "{1}".format(RED, DEFAULT, GREEN))
print("\n") print("\n")
except CalledProcessError: except CalledProcessError:
print (''' print (_('''{1}
....._____....... ____ ____ ____ _ ____ _ ____ _ ____ _ _ _ _ . ___ ___ ___ _ _ {0}___ _ _ ___{1}
/ \/| [__ | | | | |__| | |___ | [__ |__| |__| | ] | ] | |__ |\ | {0}|__ \__/ |__{1}
\o__ /\| ___] |__| |___ | | | |___ | | ___] | | | | | ]__| ]__| |__ | \| {0}|__ || |__{1}
\|
{0}[{1}!{0}]{1} Network error. Verify your connection.\n {0}[{1}!{0}]{1} Network error. Verify your connection.\n
'''.format(RED, DEFAULT)) ''').format(RED, DEFAULT))
exit(0) exit(0)
def runMainMenu(): #menu where user select what they wanna use def runMainMenu(): #menu where user select what they wanna use