Skip to content

Commit

Permalink
Update hcmd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WiiTeo committed Nov 18, 2021
1 parent 4304e2a commit e09c638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __exit__(self, etype, value, traceback):
clear_screen()
with change_dir("filesystem"):

print(f"HCMD 1.0 (with Python {sys.version_info.major}.{sys.version_info.minor} for {systemos} OS)")
print(f"HCMD 1.1 (with Python {sys.version_info.major}.{sys.version_info.minor} for {systemos} OS)")
print("\n Type 'help' to get the list of commands.\n")

annonce("Version 1.1 !")
Expand Down Expand Up @@ -149,4 +149,4 @@ def __exit__(self, etype, value, traceback):
print(nurl + " is download in downloads folder.")
os.chdir("../")

# Lib Part #
# Lib Part #

0 comments on commit e09c638

Please sign in to comment.