From e34d6a1476dc16111c7fc3d889c05fad0e2f97df Mon Sep 17 00:00:00 2001 From: brockdarnold Date: Mon, 15 Jun 2026 00:34:41 +0000 Subject: [PATCH] publish eve_autoupdate.py --- eve_autoupdate.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/eve_autoupdate.py b/eve_autoupdate.py index 94fcd95..675adfe 100644 --- a/eve_autoupdate.py +++ b/eve_autoupdate.py @@ -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.")