mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update Actions.py
This commit is contained in:
parent
b6063ab533
commit
0772d5f0f2
|
@ -8,7 +8,7 @@ import json
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
from subprocess import check_output
|
from subprocess import check_output
|
||||||
from sys import stdout, argv
|
from sys import stdout, argv
|
||||||
from Defs.Configurations import readConfig, ifSettingsNotExists
|
from Configurations import readConfig, ifSettingsNotExists
|
||||||
RED, WHITE, CYAN, GREEN, DEFAULT = '\033[91m', '\033[46m', '\033[36m', '\033[1;32m', '\033[0m'
|
RED, WHITE, CYAN, GREEN, DEFAULT = '\033[91m', '\033[46m', '\033[36m', '\033[1;32m', '\033[0m'
|
||||||
|
|
||||||
ifSettingsNotExists()
|
ifSettingsNotExists()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user