hyundai-kia-connect-api 3.23.7__py2.py3-none-any.whl → 3.23.8__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hyundai-kia-connect-api might be problematic. Click here for more details.

@@ -313,8 +313,12 @@ class Vehicle:
313
313
 
314
314
  @geocode.setter
315
315
  def geocode(self, value):
316
- self._geocode_name = value[0]
317
- self._geocode_address = value[1]
316
+ if value:
317
+ self._geocode_name = value[0]
318
+ self._geocode_address = value[1]
319
+ else:
320
+ self._geocode_name = None
321
+ self._geocode_address = None
318
322
 
319
323
  @property
320
324
  def total_driving_range(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hyundai_kia_connect_api
3
- Version: 3.23.7
3
+ Version: 3.23.8
4
4
  Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
5
5
  Home-page: https://github.com/fuatakgun/hyundai_kia_connect_api
6
6
  Author: Fuat Akgun
@@ -7,15 +7,15 @@ hyundai_kia_connect_api/KiaUvoApiCA.py,sha256=DXXjtS2Dpb7zy6BmhhMLpfxwXwx7ulBEjF
7
7
  hyundai_kia_connect_api/KiaUvoApiCN.py,sha256=cwIPZ0dU6HolKdooUQeQKlLAic6YU8dQmNs0VQDBgpQ,47035
8
8
  hyundai_kia_connect_api/KiaUvoApiEU.py,sha256=_wNkctkIO2hrf1K2LTZPtHWZ5ewTcXqTv0s_AXRXI2I,68254
9
9
  hyundai_kia_connect_api/Token.py,sha256=ZsPvXh1ID7FUTGHAqhZUZyrKT7xVbOtIn6FRJn4Ygf0,370
10
- hyundai_kia_connect_api/Vehicle.py,sha256=27qkcKtSZEpo3SfYsuYU0R5tPkZLrg7ERAKNj4gD_0o,18633
10
+ hyundai_kia_connect_api/Vehicle.py,sha256=s_AkDxiQ8vS1CCxLn1H5W15WGLnhPIWUdnkYdXuNLxw,18752
11
11
  hyundai_kia_connect_api/VehicleManager.py,sha256=REny83eNXERAcnw8qrBZ9dh6qODCvd5Z_jmSY2JtXvY,10196
12
12
  hyundai_kia_connect_api/__init__.py,sha256=i2kXYjBEKSvT1e8FoQ7V7oqAyL22w3XzF2rAFpyietc,578
13
13
  hyundai_kia_connect_api/const.py,sha256=ofi_ZfGxJYo0FWIcGFbIMSMRdKRtaK4GUDhFiQRvZeI,2007
14
14
  hyundai_kia_connect_api/exceptions.py,sha256=m7gyDnvA5OVAK4EXSP_ZwE0s0uV8HsGUV0tiYwqofK0,1343
15
15
  hyundai_kia_connect_api/utils.py,sha256=J0aXUX-nKIoS3XbelatNh-DZlHRU2_DYz_Mg_ZUKQJU,1957
16
- hyundai_kia_connect_api-3.23.7.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
17
- hyundai_kia_connect_api-3.23.7.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
18
- hyundai_kia_connect_api-3.23.7.dist-info/METADATA,sha256=Y8l0mavqE4VapSBeF1_0g3uCzN8t4GbHbN5t-hsJngc,6069
19
- hyundai_kia_connect_api-3.23.7.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
20
- hyundai_kia_connect_api-3.23.7.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
21
- hyundai_kia_connect_api-3.23.7.dist-info/RECORD,,
16
+ hyundai_kia_connect_api-3.23.8.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
17
+ hyundai_kia_connect_api-3.23.8.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
18
+ hyundai_kia_connect_api-3.23.8.dist-info/METADATA,sha256=mhuM__ujhUV2Or4owDeYX9PEMbUOc39HyzDmtiCqeuw,6069
19
+ hyundai_kia_connect_api-3.23.8.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
20
+ hyundai_kia_connect_api-3.23.8.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
21
+ hyundai_kia_connect_api-3.23.8.dist-info/RECORD,,