mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Small comments fix
This commit is contained in:
parent
fd0a478bd2
commit
8651feb30f
|
@ -194,7 +194,7 @@ def port_selector(): # Question where user must select port
|
|||
return port_selector()
|
||||
|
||||
def remove_readonly(func, path, _):
|
||||
"Clear the readonly bit and reattempt the removal"
|
||||
"Clear the readonly bit"
|
||||
chmod(path, stat.S_IWRITE)
|
||||
func(path)
|
||||
|
||||
|
@ -203,5 +203,5 @@ def get_ip_addr():
|
|||
try:
|
||||
host_ip = socket.gethostbyname(socket.gethostname())
|
||||
except:
|
||||
print("Unable to get Hostname and IP")
|
||||
print(localization.lang_get_ip_addr["unable_to_get_ip"])
|
||||
return host_ip
|
Loading…
Reference in New Issue
Block a user