1
Fork 0

Update logging in animate

This commit is contained in:
Edgar P. Burkhart 2022-04-14 12:38:49 +02:00
parent 1114754da4
commit 428f891a85
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ args = parser.parse_args()
logging.basicConfig(level=max((10, 20 - 10 * args.verbose)))
log = logging.getLogger("ola_post")
log.info("Starting sws -> olaFlow converter")
log.info("Animating olaFlow output")
config = configparser.ConfigParser()
config.read(args.config)
out = pathlib.Path(config.get("post", "out"))