Fixed issues that affected Windows machines

[Errno 22] Invalid argument: This error occurred in Windows machines on session start up, the datetime format used a symbol that is reserved by the windows system, thus breaking octosuite whenever it attempted to log an activity to a file.

[Error 2] The system cannot find the file specified: This error occurred whenever the clear command was entered, since the command was being passed through subprocess with shell set to False.
This commit is contained in:
Richard Mwewa
2022-09-14 18:34:04 +02:00
parent 04ea880276
commit c296f09e0e
9 changed files with 492 additions and 408 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as file:
setuptools.setup(
name="octosuite",
version="2.2.2",
version="2.2.3",
author="Richard Mwewa",
author_email="rly0nheart@duck.com",
packages=["octosuite"],