This commit is contained in:
j 2018-12-14 20:04:38 +01:00
parent 97cd08fb8e
commit fc944e83af
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def subtitles_user(**kwargs):
@periodic_task(run_every=timedelta(hours=12), queue='encoding')
def render_edits(**kwargs):
path = '/home/pandora/pandora_render/render_public_edits.py'
if os.path.exists(path)
if os.path.exists(path):
try:
subprocess.call([path])
except: