This commit is contained in:
Vladislav Yarmak
2021-03-26 22:40:27 +02:00
parent c7c6bba005
commit e6b0ede774
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ func (c *SEClient) GeoList(ctx context.Context) ([]SEGeoEntry, error) {
func (c *SEClient) Discover(ctx context.Context, requestedGeo string) ([]SEIPEntry, error) {
geoListInput := url.Values{
"serial_no": {c.AssignedDeviceIDHash},
"serial_no": {c.AssignedDeviceIDHash},
"requested_geo": {requestedGeo},
}
req, err := http.NewRequestWithContext(