Update main.py
Browse files
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"],
|