publish eve_autoupdate.py

This commit is contained in:
brockdarnold 2026-06-15 00:34:41 +00:00
parent c29ccffdf9
commit e34d6a1476

View file

@ -66,11 +66,6 @@ def main():
print(f"[autoupdate] new version {sha[:7]} published — updating...")
try:
u.update_code() # git or zip
for hb in glob.glob(os.path.join(HERE, ".hb_*")): # re-announce after update
try:
os.remove(hb)
except Exception:
pass
u.restart_mining_watchers() # onto the new code
write_marker(sha)
print("[autoupdate] updated + restarted watchers.")