pynintendoparental 1.0.0__py3-none-any.whl → 1.0.1__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.
- pynintendoparental/_version.py +1 -1
- pynintendoparental/device.py +3 -3
- {pynintendoparental-1.0.0.dist-info → pynintendoparental-1.0.1.dist-info}/METADATA +2 -2
- {pynintendoparental-1.0.0.dist-info → pynintendoparental-1.0.1.dist-info}/RECORD +7 -7
- {pynintendoparental-1.0.0.dist-info → pynintendoparental-1.0.1.dist-info}/WHEEL +0 -0
- {pynintendoparental-1.0.0.dist-info → pynintendoparental-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {pynintendoparental-1.0.0.dist-info → pynintendoparental-1.0.1.dist-info}/top_level.txt +0 -0
pynintendoparental/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.1"
|
pynintendoparental/device.py
CHANGED
|
@@ -247,11 +247,11 @@ class Device:
|
|
|
247
247
|
_LOGGER.debug("New daily summary %s", self.daily_summaries)
|
|
248
248
|
try:
|
|
249
249
|
today_playing_time = self.get_date_summary()[0].get("playingTime", 0)
|
|
250
|
-
self.today_playing_time = 0 if today_playing_time is None else today_playing_time
|
|
250
|
+
self.today_playing_time = 0 if today_playing_time is None else today_playing_time
|
|
251
251
|
today_disabled_time = self.get_date_summary()[0].get("disabledTime", 0)
|
|
252
|
-
self.today_disabled_time = 0 if today_disabled_time is None else today_disabled_time
|
|
252
|
+
self.today_disabled_time = 0 if today_disabled_time is None else today_disabled_time
|
|
253
253
|
today_exceeded_time = self.get_date_summary()[0].get("exceededTime", 0)
|
|
254
|
-
self.today_exceeded_time = 0 if today_exceeded_time is None else today_exceeded_time
|
|
254
|
+
self.today_exceeded_time = 0 if today_exceeded_time is None else today_exceeded_time
|
|
255
255
|
_LOGGER.debug("Cached playing, disabled and exceeded time for today for device %s",
|
|
256
256
|
self.device_id)
|
|
257
257
|
now = datetime.now()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pynintendoparental
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A Python module to interact with Nintendo Parental Controls
|
|
5
5
|
Home-page: http://github.com/pantherale0/pynintendoparental
|
|
6
6
|
Author: pantherale0
|
|
@@ -17,7 +17,7 @@ Requires-Dist: black<26,>=23; extra == "dev"
|
|
|
17
17
|
Requires-Dist: build<1.3,>=0.10; extra == "dev"
|
|
18
18
|
Requires-Dist: flake8<8,>=6; extra == "dev"
|
|
19
19
|
Requires-Dist: isort<7,>=5; extra == "dev"
|
|
20
|
-
Requires-Dist: mypy<1.
|
|
20
|
+
Requires-Dist: mypy<1.17,>=1.5; extra == "dev"
|
|
21
21
|
Requires-Dist: pytest<9,>=7; extra == "dev"
|
|
22
22
|
Requires-Dist: pytest-cov<7,>=4; extra == "dev"
|
|
23
23
|
Requires-Dist: twine<7,>=4; extra == "dev"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pynintendoparental/__init__.py,sha256=CDz2tdO25y3vO3lLA6VQZOJl2Np10wgPIl8oWA4aGdE,2039
|
|
2
|
-
pynintendoparental/_version.py,sha256=
|
|
2
|
+
pynintendoparental/_version.py,sha256=d4QHYmS_30j0hPN8NmNPnQ_Z0TphDRbu4MtQj9cT9e8,22
|
|
3
3
|
pynintendoparental/api.py,sha256=WW_2VqPH8qs09G8vIMDOcoEgXf-8yyOpmAH8wsYAC1w,6469
|
|
4
4
|
pynintendoparental/application.py,sha256=l-oVwM4hrVVUf_2djQ7rJVya7LQP38yhaLPAWt8V8TY,3941
|
|
5
5
|
pynintendoparental/const.py,sha256=0ROFl98eEOTWqTJBu7ElPgdsILJOyXJi4Xp7Dk8LRUY,1967
|
|
6
|
-
pynintendoparental/device.py,sha256=
|
|
6
|
+
pynintendoparental/device.py,sha256=_vb71vG6SKC9OLSvPnnT4Hc5kjBfVO8vGCA4FTg7GMA,20604
|
|
7
7
|
pynintendoparental/enum.py,sha256=lzacGti7fcQqAOROjB9782De7bOMYKSEM61SQd6aYG4,401
|
|
8
8
|
pynintendoparental/exceptions.py,sha256=5M3y0OLSRvX9Ly8D4981HqiKTNxxVqeyzPIuAekQ6J8,410
|
|
9
9
|
pynintendoparental/player.py,sha256=WDl0pspHgrV9lGhDp-NKlfP8DV4Yxe02aYaGg9wTTeg,1785
|
|
@@ -11,8 +11,8 @@ pynintendoparental/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
11
11
|
pynintendoparental/utils.py,sha256=5-EP_rmPnSSWtbi18Y226GtjLhF3PLONKwmRdiy7m2c,198
|
|
12
12
|
pynintendoparental/authenticator/__init__.py,sha256=dnmp6YjBJ0fQ5YWhWGJsAjj1ROxLihPPGr0PVJtTsgI,7589
|
|
13
13
|
pynintendoparental/authenticator/const.py,sha256=_nUJVC0U64j_n1LaQd_KDg0EWFcezb87bQyYYXpbPPY,917
|
|
14
|
-
pynintendoparental-1.0.
|
|
15
|
-
pynintendoparental-1.0.
|
|
16
|
-
pynintendoparental-1.0.
|
|
17
|
-
pynintendoparental-1.0.
|
|
18
|
-
pynintendoparental-1.0.
|
|
14
|
+
pynintendoparental-1.0.1.dist-info/licenses/LICENSE,sha256=zsxHgHVMnyWq121yND8zBl9Rl9H6EF2K9N51B2ZSm_k,1071
|
|
15
|
+
pynintendoparental-1.0.1.dist-info/METADATA,sha256=rzybrmp9z0jtmmDLNfp-35fDXD-CRMDDZfG4xDiSb5w,1871
|
|
16
|
+
pynintendoparental-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
pynintendoparental-1.0.1.dist-info/top_level.txt,sha256=QQ5bAl-Ljso16P8KLf1NHrFmKk9jLT7bVJG_rVlIXWk,19
|
|
18
|
+
pynintendoparental-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|