diff --git a/nemubot/__main__.py b/nemubot/__main__.py index 232240c..2338090 100644 --- a/nemubot/__main__.py +++ b/nemubot/__main__.py @@ -204,6 +204,7 @@ def main(): f.write(str(os.getpid())) context.start() + context.loop.set_debug(args.verbose > 0) context.loop.run_forever() context.join()