[Bug] `account\list` displays `No routines found.` but opens a windows with 3 default routines
Describe the bug
I have not set any routine in my account. So executing accounts\list command displays the proper output -

However, it opens a window that displays 3 routines configured -

On my.openbb.dev profile, I see these as default routines -

Then the output should not be No routines found.. May I know what's the expected output for this command so that I can develop a fix for it?
Thanks for this issue, @the-praxs! This is because the routines are not refreshed in memory and you need to restart in order for them to be recognized. The choices for the exe command need to refresh after.
Thanks for this issue, @the-praxs! This is because the routines are not refreshed in memory and you need to restart in order for them to be recognized. The choices for the
execommand need to refresh after.
Gotcha. I noticed in the code that even if one has personal routines, it would still display the default routines.

The last 3 lines are out of the conditional block so when the if clause runs, it will also display the default routines afterward.