Update main.py

This commit is contained in:
Richard Mwewa
2022-05-26 15:25:29 +02:00
committed by GitHub
parent 62a9556432
commit be3e14889d

View File

@@ -311,7 +311,7 @@ class Octosuite:
def onStart(self):
# Log the beginning of a session
logging.info(logMsg.sessionStart.format(platform.node(), os.getlogin()))
logging.info(logMsg.sessionStart.format(platform.node(), getpass.getuser()))
# Use 'cls' to clear screen on Windows based machines
# Otherwise, use 'clear'