mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Re-add erroneously removed newline
This commit is contained in:
parent
ccb58e5260
commit
bfa55a9370
1 changed files with 1 additions and 0 deletions
1
rffmpeg
1
rffmpeg
|
|
@ -909,6 +909,7 @@ def run_control(config):
|
|||
def rffmpeg_click_log(host):
|
||||
"""
|
||||
Clear all active process and states from the database, optionally limited to a host with internal ID/IP/hostname/servername HOST.
|
||||
|
||||
This command is designed to assist in rare error cases whereby stuck process states are present in the database, and should be used sparingly. This will not affect running processes negatively, though rffmpeg will no longer see them as active. It is recommended to run this command only when you are sure that no processes are actually running.
|
||||
"""
|
||||
with dbconn(config) as cur:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue