Added doc string for global_message

pull/690/head
sTiKyt 2020-06-09 17:28:13 +03:00
parent 3ef6ff9808
commit e2351dccd8
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4
1 changed files with 2 additions and 1 deletions

View File

@ -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)