dexsecon commited on
Commit
c52c85f
·
verified ·
1 Parent(s): 19bbbe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ BOT_TOKEN = "8018538301:AAGRSngj4Bj5nqizPsU3Zux48Yr6fpaZ7To" # 🔁 Replace thi
15
  SCRIPT_DIR = "scripts"
16
  DB_FILE = "scripts.json"
17
  PORT = int(os.environ.get('PORT', 7860))
18
- PING_URL = "https://dexsecon-xoomhost.hf.space/ping" # ✅ Auto-ping URL (your space)
19
 
20
  # === INIT ===
21
  os.makedirs(SCRIPT_DIR, exist_ok=True)
 
15
  SCRIPT_DIR = "scripts"
16
  DB_FILE = "scripts.json"
17
  PORT = int(os.environ.get('PORT', 7860))
18
+ PING_URL = "https://dexsecon-yobot.hf.space/ping" # ✅ Auto-ping URL (your space)
19
 
20
  # === INIT ===
21
  os.makedirs(SCRIPT_DIR, exist_ok=True)