[Core] Save package status and restore it on boot

Also better error handling on package loading
This commit is contained in:
Twentysix
2017-04-27 16:26:21 +02:00
parent 1d3b541e8f
commit 294adf270f
6 changed files with 85 additions and 40 deletions

View File

@@ -57,7 +57,7 @@ if __name__ == '__main__':
description = "Red v3 - Alpha"
red = Red(cli_flags, description=description, pm_help=None)
init_global_checks(red)
init_events(red)
init_events(red, cli_flags)
red.load_extension('core')
if cli_flags.dev:
pass # load dev cog here?