Commit
·
b3c44e2
1
Parent(s):
079f878
refactoring bug (ouch!)
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -9,7 +9,7 @@ class EndpointHandler:
|
|
9 |
def __init__(self, *args, **kwargs):
|
10 |
pass
|
11 |
|
12 |
-
def run_command(command):
|
13 |
def read_output(fd):
|
14 |
output = b""
|
15 |
while True:
|
|
|
9 |
def __init__(self, *args, **kwargs):
|
10 |
pass
|
11 |
|
12 |
+
def run_command(self, command):
|
13 |
def read_output(fd):
|
14 |
output = b""
|
15 |
while True:
|