Skip to content

Commit

Permalink
Actually, 2 is enough.
Browse files Browse the repository at this point in the history
Chris is an idiot.
  • Loading branch information
jb3 committed Aug 24, 2024
1 parent 60d746c commit c0865be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def render_latex(job_id, output_format, code, density, quality):
f.close()
try:
try:
for i in range(0, 3):
for i in range(0, 2):
print(f"Latex run {i}")
await run_command_async(
COMMAND_LATEX.format(pdir = pdir, fname = fname),
Expand Down

0 comments on commit c0865be

Please sign in to comment.