|
@@ -75,7 +75,7 @@ func (w *WebServer) tvcmd(c echo.Context) error {
|
|
|
w.At = DebugInfo(w.tv_ip)
|
|
|
data := make(map[string]interface{})
|
|
|
data["at"] = w.At
|
|
|
- return c.String(http.StatusOK, "TV: "+w.At)
|
|
|
+ return c.String(http.StatusOK, w.At)
|
|
|
case "pluto":
|
|
|
Post(fmt.Sprintf("http://%s:8060/launch/%d", w.tv_ip, 74519))
|
|
|
case "pluto-cops":
|