diff --git a/chaya.py b/chaya.py index fe38581..802c016 100755 --- a/chaya.py +++ b/chaya.py @@ -6,7 +6,7 @@ # > < # # > ----------------------------- < # # -# [= GitHub: https://github.com/xerohackcom/Chaya-Advance-Steganography +# [= GitHub: https://github.com/xerohackcom/Chaya/ # [= Website: https://xerohack.com/chaya/ # [= Developer: https://www.linkedin.com/in/bhavesh-kaul-cs/ # @@ -395,7 +395,7 @@ def chaya_banner(): print(f" {c_bold}{c_yellow} [ {version_number[0]}.{version_number[1]} ] {c_red} [ 2022 ]{c_clean}") except Exception as e: print(f" {c_bold}{c_yellow} [ v1 ] {c_red} [ 2021 ]{c_clean}") - print(f" {c_blue}{c_bold} [ Bhavesh Kaul ]{c_clean}\n") + print(f" {c_blue}{c_bold} [ XeroHack.com ]{c_clean}\n") version_check() diff --git a/core/utils.py b/core/utils.py index 1620041..2fb5d44 100755 --- a/core/utils.py +++ b/core/utils.py @@ -116,6 +116,7 @@ def current_runtime(): runtime = "" with open(f"{get_current_script_path().replace('core/utils.py', '')}RUNTIME.txt") as f: runtime = f.readline() + runtime = runtime.rstrip() return runtime # - Workers - #