BinaryONe commited on
Commit
601d61f
·
1 Parent(s): b1b63e6
Files changed (1) hide show
  1. WebSSH/AppHandler.py +1 -1
WebSSH/AppHandler.py CHANGED
@@ -17,7 +17,7 @@ class AppHandler(tornado.web.RequestHandler):
17
  self.write("Function One Called")
18
 
19
  def run_commands(self):
20
- print(self.request, self.body)
21
  data = json.loads(self.request.body)
22
  command = data.get("command")
23
  print(f"Command: {command}")
 
17
  self.write("Function One Called")
18
 
19
  def run_commands(self):
20
+ print( self.body)
21
  data = json.loads(self.request.body)
22
  command = data.get("command")
23
  print(f"Command: {command}")