mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added doc string for global_message
This commit is contained in:
parent
3ef6ff9808
commit
e2351dccd8
|
@ -196,7 +196,7 @@ def port_selector(): # Requests port input from user
|
|||
return port_selector()
|
||||
|
||||
def remove_readonly(func, path, _):
|
||||
"""Removes read-only state of file (IDK why it exists but it does already so...)
|
||||
"""Removes read-only state of file (IDK why it exists but it does already, so...)
|
||||
|
||||
Args:
|
||||
func ([type]): [description]
|
||||
|
@ -208,6 +208,7 @@ def remove_readonly(func, path, _):
|
|||
|
||||
|
||||
def global_message():
|
||||
"""Sends default HiddenEye header message. (Logo, website link, etc.)"""
|
||||
print(global_localization.hidden_eye_logo)
|
||||
print(global_localization.official_website_link)
|
||||
print(global_localization.by_darksec)
|
||||
|
|
Loading…
Reference in New Issue
Block a user