Skip to content

Commit

Permalink
Merge pull request #6 from xerohackcom/dev
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
xerohackcom committed Jan 9, 2022
2 parents 3cc386a + 840251d commit 24c59ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chaya.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/
#
Expand Down Expand Up @@ -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()

Expand Down
1 change: 1 addition & 0 deletions core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 - #
Expand Down

0 comments on commit 24c59ee

Please sign in to comment.