autotako

Service to monitor moombox for completed livestream downloads to upload for distribution
git clone https://code.alwayswait.ing/autotako.git
Log | Files | Refs

commit 0677f90263aee6937ca6044e1662c1896b4d80e0
parent 67c3dc0bbbb6a66d13fd16178859a055274ebaff
Author: archiveanon <>
Date:   Fri, 14 Feb 2025 01:22:35 +0000

Remove 'control panel' wording

Diffstat:
Msrc/autotako/templates/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/autotako/templates/index.html b/src/autotako/templates/index.html @@ -9,7 +9,7 @@ <link rel="stylesheet" href="static/style.css" type="text/css" /> </head> <body> - <h2>autotako control panel = w=)b</h2> + <h2>= w=)b</h2> <div class="job-table"> {% for job, completed, conf in moombox_jobs %} {% set no_outputs = (job.status == "Finished" and not job.files_available) %}