Merge remote-tracking branch 'origin/development' into development

This commit is contained in:
Rushil Umaretiya 2020-06-16 21:37:35 -04:00
commit 1c7b91448d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
"""
A simple background service to log events in a directory,
check for git commands in bash/zsh history,
and check for non-whitelisted files in the watched directory.
"""
import time
import sys
import os

View File

@ -1,3 +1,6 @@
"""
The main program file for SkoolOS
"""
import sys
from urllib.parse import urlparse
import requests