WEEE-Open / pytarallo

Python T.A.R.A.L.L.O. API
MIT License
2 stars 4 forks source link

Move the cookie checking process in its appropriate method #10

Closed steemnd closed 5 years ago

steemnd commented 5 years ago

Tarallo.login() contains some code that checks the cookie before logging in. It would be better to move that code in the Tarallo.cookie_check() method in order to avoid repeating 2124151 times the same code.