publish update.py
This commit is contained in:
parent
f9c8416f5b
commit
1be030a05b
1 changed files with 0 additions and 5 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue