publish update.py

This commit is contained in:
brockdarnold 2026-06-15 00:34:30 +00:00
parent f9c8416f5b
commit 1be030a05b

View file

@ -337,11 +337,6 @@ def main():
update_code() update_code()
deps() # ensure deps every explicit run (cheap if satisfied) deps() # ensure deps every explicit run (cheap if satisfied)
ensure_tesseract(cfg) ensure_tesseract(cfg)
for hb in glob.glob(os.path.join(HERE, ".hb_*")): # re-announce heartbeats
try:
os.remove(hb)
except Exception:
pass
start_watchers(cfg) start_watchers(cfg)
ensure_logon_autostart() ensure_logon_autostart()
ensure_daily_task() ensure_daily_task()