You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running again, the conditionals force the user to again answer the prompt because of
if (
remove_watchlist_items_older_than_x_days is not None
and remove_watchlist_items_older_than_x_days != "empty"
and watchlist_days_to_remove is not None
):
return remove_watchlist_items_older_than_x_days, watchlist_days_to_remove # Return stored values if they exist
I believe this is solved if the conditional and watchlist_days_to_remove is not None is removed.
Environment
OS: Linux
Using pip install method: no
Using manual no pip install method: yes
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Is there already an issue for your problem?
Bug Description
When running the setup code, and answering "n", credentials.txt (which is json), will be written as
When running again, the conditionals force the user to again answer the prompt because of
I believe this is solved if the conditional
and watchlist_days_to_remove is not None
is removed.Environment
OS: Linux
Using pip install method: no
Using manual no pip install method: yes
Screenshots
No response
The text was updated successfully, but these errors were encountered: