Improvements to query and self event detection, implement all command and debug flags
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
def log(data):
|
||||
print("[LOG]", data)
|
||||
|
||||
def debug(data):
|
||||
print("[DEBUG]", data)
|
||||
|
||||
def warn(data):
|
||||
print("[WARNING]", data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user