mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
8b7f597e76
self_update(cfg) and shell allow_shell_commands check both referenced cfg from run() scope, but execute_command() is a standalone function. Fixed by calling load_config() locally in each branch that needs it.