configuration not respected
mildfuzz opened this issue · 2 comments
mildfuzz commented
jack89roberts commented
Those settings are not saved in the data folder any more, you'll find them in the directory AIRSENAL_HOME
(which is one of the things printed by airsenal_env get
). You can also set the values with airsenal_env set
if you like, e.g. airsenal_env set -k FPL_LOGIN -v <your_email>
, airsenal_env set -k FPL_PASSWORD -v <your_password>
, and airsenal_env set -k FPL_TEAM_ID -v <your_team_id>
.
jack89roberts commented
If you still see the old variables, check you haven't defined them as environment variables (e.g. echo $FPL_TEAM_ID
)