Update main.py

This commit is contained in:
Richard Mwewa
2022-04-11 13:13:57 +02:00
committed by GitHub
parent 6d1e163d9a
commit 24c6b54d19

View File

@@ -168,7 +168,7 @@ class octosuite:
'About.me': 'https://about.me/rly0nheart'}
def on_start(self):
logging.info(f'Started new session on {platform.node()}')
logging.info(f'Started new session on {platform.node()}:{os.getlogin()}')
while True:
if platform.system() == 'Windows':
subprocess.run(['cls'])