banao-tech commited on
Commit
6d3d28b
Β·
verified Β·
1 Parent(s): 101d087

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -29,9 +29,9 @@ DEADLINE_HOUR = 23 # 11 PM IST
29
  # Format: { "slack_user_id": "Full Name" }
30
  INTERN_REGISTRY = {
31
  # Add your interns below. Example:
32
- # "U06T83LP86P": "Mann Vishnoi",
33
- # "U084C0HQLKS": "Khushi Mishra",
34
- # "U0AFNM2H88G": "Roshesh Shah",
35
  }
36
 
37
  # ─── CLIENTS (lazy-init from env) ─────────────────────────────────────────────
 
29
  # Format: { "slack_user_id": "Full Name" }
30
  INTERN_REGISTRY = {
31
  # Add your interns below. Example:
32
+
33
+ "U084C0HQLKS": "Khushi Mishra",
34
+ "U0AFNM2H88G": "Roshesh Shah"
35
  }
36
 
37
  # ─── CLIENTS (lazy-init from env) ─────────────────────────────────────────────