pycupra 0.0.10__py3-none-any.whl → 0.0.11__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.
pycupra/__version__.py CHANGED
@@ -3,4 +3,4 @@ pycupra - A Python 3 library for interacting with the My Cupra/My Seat portal.
3
3
 
4
4
  For more details and documentation, visit the github page at https://github.com/WulfgarW/pycupra
5
5
  """
6
- __version__ = "0.0.10"
6
+ __version__ = "0.0.11"
pycupra/connection.py CHANGED
@@ -612,7 +612,7 @@ class Connection:
612
612
  # A new day has begun. Store _sessionRequestCounter in history and reset timestamp and counter
613
613
  self._sessionRequestCounterHistory[self._sessionRequestTimestamp.strftime('%Y-%m-%d')]=self._sessionRequestCounter
614
614
  _LOGGER.info(f'History of the number of API calls:')
615
- for key, value in self._sessionRequestCounterHistory.items:
615
+ for key, value in self._sessionRequestCounterHistory.items():
616
616
  _LOGGER.info(f' Date: {key}: {value} API calls')
617
617
 
618
618
  self._sessionRequestTimestamp= datetime.now(tz=None)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycupra
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Summary: A library to read and send vehicle data via Cupra/Seat portal using the same API calls as the MyCupra/MySeat mobile app.
5
5
  Home-page: https://github.com/WulfgarW/pycupra
6
6
  Author: WulfgarW
@@ -1,13 +1,13 @@
1
1
  pycupra/__init__.py,sha256=VPzUfKd5mBFD1UERNV61FbGHih5dQPupLgIfYtmIUi4,230
2
- pycupra/__version__.py,sha256=LEJHOcWGiX25UGY_gf0yvbwRuMD9VDYQsZZqtPGC7t0,208
3
- pycupra/connection.py,sha256=nmHb196thiv6qnnNV7ktoCdzFNeqGVKK6ajFvCIzw2Y,82421
2
+ pycupra/__version__.py,sha256=akVZtK-CzC3P-mjo2trC9vYwm42-vUYO2HYPgdI5UWw,208
3
+ pycupra/connection.py,sha256=_bTo1sBsUUDEf6Q8-u4H079KT_IN5sW5vlYI26ZB9mc,82423
4
4
  pycupra/const.py,sha256=VEYH8TUsJGJwBwloaajwoElYd0qxE7oesvoagvDdE-4,10161
5
5
  pycupra/dashboard.py,sha256=MTvOcxAco6Okk0jJKPeqC-VgvYtKtZb2jm2muUQeu1c,41323
6
6
  pycupra/exceptions.py,sha256=Nq_F79GP8wjHf5lpvPy9TbSIrRHAJrFMo0T1N9TcgSQ,2917
7
7
  pycupra/utilities.py,sha256=cH4MiIzT2WlHgmnl_E7rR0R5LvCXfDNvirJolct50V8,2563
8
8
  pycupra/vehicle.py,sha256=nCHqcWtsbq3OHeAKSIUUqA89IBUbEWnxgD-nn2zjUSI,126311
9
- pycupra-0.0.10.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
10
- pycupra-0.0.10.dist-info/METADATA,sha256=_wfyQamG5sIDTLZJh22SqO6HLpz1ivfqYnJiA7wfvws,2579
11
- pycupra-0.0.10.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
12
- pycupra-0.0.10.dist-info/top_level.txt,sha256=9Lbj_jG4JvpGwt6K3AwhWFc0XieDnuHFOP4x44wSXSQ,8
13
- pycupra-0.0.10.dist-info/RECORD,,
9
+ pycupra-0.0.11.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
10
+ pycupra-0.0.11.dist-info/METADATA,sha256=OJSAgLb6Fe5jb3Mq100MCm1ZZYMw7p2VznRghnSFYr4,2579
11
+ pycupra-0.0.11.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
12
+ pycupra-0.0.11.dist-info/top_level.txt,sha256=9Lbj_jG4JvpGwt6K3AwhWFc0XieDnuHFOP4x44wSXSQ,8
13
+ pycupra-0.0.11.dist-info/RECORD,,