finished client request validation, started daemon queue, and added unit tests file
This commit is contained in:
parent
1fbd6eb64e
commit
bb0ff04675
4 changed files with 115 additions and 12 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue