diff --git a/src/main.py b/src/main.py index 448b1be..6472d5e 100644 --- a/src/main.py +++ b/src/main.py @@ -456,11 +456,5 @@ usage: return help -file_exists = os.path.exists('.logs') -if file_exists: - pass -else: - os.mkdir('.logs') - # Set to automatically monitor and log network and user activity to .log folder logging.basicConfig(filename=f'.logs/{datetime.now()}.log',format='[%(asctime)s] %(message)s',level=logging.DEBUG)