forked from Elara6331/itd
Switch from custom socket API to rpcx
This commit is contained in:
@@ -3,5 +3,5 @@ package main
|
||||
import "github.com/urfave/cli/v2"
|
||||
|
||||
func updateWeather(c *cli.Context) error {
|
||||
return client.UpdateWeather()
|
||||
return client.WeatherUpdate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user