Move setupconfig up to fix default config not being used properly

This commit is contained in:
Kevin F 2022-06-05 14:40:31 -05:00
parent 421c6da25a
commit 9088d931c9
1 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ import onionrvalues # noqa
import onionrexceptions # noqa
import onionrsetup as setup # noqa
setup.setup_config()
setup.setup_default_plugins()
@ -84,7 +85,7 @@ import bigbrother # noqa
from onionrcommands import parser # noqa
from onionrplugins import onionrevents as events # noqa
setup.setup_config()
import config # noqa
from utils import identifyhome # noqa