THED2 commited on
Commit
9892834
·
verified ·
1 Parent(s): 57db76e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -2
main.py CHANGED
@@ -77,8 +77,6 @@ print("✅ Config and Skills created successfully.")
77
  print("[2] Launching Hermes Telegram Gateway in Foreground...")
78
  hermes_bin = shutil.which("hermes") or "/usr/local/bin/hermes"
79
 
80
- # Colab wale extra loops aur process tracking poori tarah se removed.
81
- # Docker direct container process ko handle karega foreground me.
82
  sys.stdout.flush()
83
  subprocess.run(
84
  [hermes_bin, "gateway", "run"],
 
77
  print("[2] Launching Hermes Telegram Gateway in Foreground...")
78
  hermes_bin = shutil.which("hermes") or "/usr/local/bin/hermes"
79
 
 
 
80
  sys.stdout.flush()
81
  subprocess.run(
82
  [hermes_bin, "gateway", "run"],