mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Fixed small typos
This commit is contained in:
parent
9597da9f96
commit
2f758a57b4
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user