typo
This commit is contained in:
parent
97cd08fb8e
commit
fc944e83af
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue