mirror of
https://github.com/myronblair/jarvis
synced 2026-07-28 00:34:35 -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.