feat(playout): migrate notify cli to click (#1519)
Fixes #1502 - replace notify option parser with click - refactor call from liquidsoap to playout-notify BREAKING CHANGE: the libretime-layout-notify log file in '/var/log/airtime/pypo-liquidsoap/notify.log' was removed and merged into the existing '/var/log/libretime/liquidsoap.log' log file.
This commit is contained in:
parent
fe0b2c4a7a
commit
5364911922
8 changed files with 130 additions and 230 deletions
|
@ -29,7 +29,7 @@ setup(
|
|||
"console_scripts": [
|
||||
"libretime-playout=libretime_playout.main:cli",
|
||||
"libretime-liquidsoap=libretime_liquidsoap.main:cli",
|
||||
"libretime-playout-notify=libretime_playout.notify.main:run",
|
||||
"libretime-playout-notify=libretime_playout.notify.main:cli",
|
||||
]
|
||||
},
|
||||
python_requires=">=3.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue