Re-add erroneously removed newline

This commit is contained in:
Joshua M. Boniface 2023-01-13 15:03:43 -05:00
parent ccb58e5260
commit bfa55a9370

View file

@ -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: