finished client request validation, started daemon queue, and added unit tests file

This commit is contained in:
Kevin Froman 2018-01-02 02:43:29 -06:00
parent 1fbd6eb64e
commit bb0ff04675
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
4 changed files with 115 additions and 12 deletions

View file

@ -20,11 +20,12 @@ from colors import Colors
class Onionr:
def __init__(self):
colors = Colors()
# Get configuration and Handle commands
self.debug = True # Whole application debugging
self.debug = False # Whole application debugging
os.chdir(sys.path[0])