artintel235 commited on
Commit
e7bfcfa
·
verified ·
1 Parent(s): af9bb44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import gradio as gr # Import Gradio
8
 
9
  # --- Environment Variables & Setup ---
10
  DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN")
11
- GLIF_API_TOKEN = os.getenv("GLIF_API_TOKEN")
12
  GLIF_API_URL = "https://simple-api.glif.app"
13
  glif_token_id = 0
14
  glif_tokens_tried = 0
 
8
 
9
  # --- Environment Variables & Setup ---
10
  DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN")
11
+ GLIF_API_TOKEN = os.getenv("GLIF_API_TOKEN0")
12
  GLIF_API_URL = "https://simple-api.glif.app"
13
  glif_token_id = 0
14
  glif_tokens_tried = 0