Add functionality to export timetable.js and enhance worker list rendering with detailed information

This commit is contained in:
Ross
2026-05-19 22:13:00 +01:00
parent 827753644f
commit f90e6895b4
2 changed files with 180 additions and 26 deletions
+3
View File
@@ -694,6 +694,9 @@ def main(
subprocess.run(
["scp", Rota.exported_rota_file, "ross@46.101.13.46:proc/proc-rota/output/"]
)
subprocess.run(
["scp", "output/timetable.js", "ross@46.101.13.46:proc/proc-rota/output/"]
)
if suspend_on_finish:
os.system("systemctl suspend")