def main(argv=sys.argv): '''Main method called by the eggsecutable.''' utils.setup_logging() try: utils.default_main(MultiBuildingAgent, description='VOLTTRON Lite™ multi-building message routing agent', argv=argv) except Exception: _log.exception('unhandled exception')
def main(argv=sys.argv): '''Main method called by the eggsecutable.''' utils.setup_logging() try: utils.default_main(MultiBuildingAgent, description='VOLTTRON platform™ multi-building message routing agent', argv=argv) except Exception: _log.exception('unhandled exception')