KWB-R / fhpredict

R Package for the Project Flusshygiene
https://kwb-r.github.io/fhpredict
MIT License
2 stars 0 forks source link

Fix bug in getting a TOKEN, debug by default #71

Closed hsonne closed 4 years ago

hsonne commented 4 years ago

If the token file existed but the token was invalid, an error was raised. Now, the token is checked for validity in any case (when it existed in the fie or was retrieved from request_token()). Issue: #70


This change is Reviewable