コード例 #1
0
ファイル: agent.py プロジェクト: kwarodom/bemoss_os-2
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')
コード例 #2
0
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')