@@ -0,0 +1,12 @@
import os
try:
from dotenv import load_dotenv
load_dotenv()
except ImportError:
print("dotenv not installed, skipping...")
WEBUI_URL = os.getenv("WEBUI_URL", "http://localhost:8080")
TOKEN = os.getenv("TOKEN", "")
The note is not visible to the blocked user.