mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 05:18:33 +03:00
Update main.py
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user