titilambert / pyhydroquebec

DEPRECATED - Get your consumption data from your HydroQuebec account (www.hydroquebec.com)
Apache License 2.0
94 stars 44 forks source link

Fix a crash when fetching annual data without a previous year #47

Closed JeremieCharest closed 4 years ago

JeremieCharest commented 4 years ago

This PR fix a NPE when fetching annual data on a contract without previous year data (new contract or a move). It also fix a NPE when the CLI failed to authenticate and try to clean a non-existent session.

Steps to reproduce :

Expected behavior : The CLI should not crash and report the current year data

titilambert commented 4 years ago

Thanks !