Fixed small typos

This commit is contained in:
sTiKyt 2020-08-11 16:34:31 +03:00
parent 9597da9f96
commit 2f758a57b4
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4
2 changed files with 3 additions and 3 deletions

View File

@ -286,11 +286,11 @@ def start_localxpose(port):
else:
if simple_informant.check_platform(
"system") == "Linux" and simple_informant.check_platform(
"architecture" == "x86_64"):
"architecture" is "x86_64"):
localxpose_url = "https://lxpdownloads.sgp1.digitaloceanspaces.com/cli/loclx-linux-amd64.zip"
elif simple_informant.check_platform(
"system") == "Linux" and simple_informant.check_platform(
"architecture" == "aarch64"):
"architecture" is "aarch64"):
localxpose_url = "https://lxpdownloads.sgp1.digitaloceanspaces.com/cli/loclx-linux-arm64.zip"
with url_request.urlopen(localxpose_url) as loclxzip:
with ZipFile(BytesIO(loclxzip.read())) as zip_file:

View File

@ -6,4 +6,4 @@
#
default_palette = ['\033[91m', '\033[46m', '\033[36m', '\033[1;32m', '\033[0m'] #Will be replaced later, TODO
default_palette = ['\033[91m', '\033[46m', '\033[36m', '\033[1;32m', '\033[0m'] # TODO Will be replaced later,