Added Array_Index_Extractor Node

This commit is contained in:
2025-04-13 03:49:53 -06:00
parent 4ef6609b22
commit eab9d70ec7
3 changed files with 144 additions and 3 deletions

View File

@ -11,8 +11,8 @@ from PyQt5 import QtCore, QtGui, QtWidgets
from PIL import ImageGrab
# ---------------- Configuration ----------------
#SERVER_URL = "http://localhost:5000" # WebSocket-enabled Internal URL
SERVER_URL = "https://borealis.bunny-lab.io" # WebSocket-enabled Public URL"
SERVER_URL = "http://localhost:5000" # WebSocket-enabled Internal URL
#SERVER_URL = "https://borealis.bunny-lab.io" # WebSocket-enabled Public URL"
HOSTNAME = socket.gethostname().lower()
RANDOM_SUFFIX = uuid.uuid4().hex[:8]