1
0
Fork 0

Fix option

This commit is contained in:
Luca Beltrame 2022-01-16 21:53:18 +01:00
parent a9839ecf9f
commit 79c9d0864b
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -176,7 +176,7 @@ def notify_matrix(update_data: Dict[str, List[Tuple[str, str]]]) -> None:
message = template.render(repositories=update_data, date=date)
cmd = [MATRIX_COMMANDER, "--markdown", "--loglevel", "ERROR",
cmd = [MATRIX_COMMANDER, "--markdown", "--log-level", "ERROR",
"-m", message]
logging.debug("Sending Matrix notification")
sarge.run(cmd, stdout=subprocess.DEVNULL)