MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / shutdown

Method shutdown

Projects/RemoteCameraRobot/remote_robot.py:79–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 self.srv.serve_forever()
78
79 def shutdown(self):
80 logging.info('Stopping Flask server')
81 self.srv.shutdown()
82
83@app.route("/robot", methods = ["POST"])
84def robot_commands():

Callers 1

remote_robot.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected