ApsidalSolid4 commited on
Commit
36963e6
·
verified ·
1 Parent(s): 425997a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ MAX_WORKERS = 4 # Number of worker threads for processing
30
 
31
  # Secret password for logs access - CHANGE THIS! Make it complex and memorable only to you
32
  # This example uses a base64 encoded string - replace with your own secure password
33
- SECRET_PASSWORD = "_3*1@*YA]l$A+D?upFrYuz5^J)TEVE?P<mUZ5mz)u<K-i/=6w@l;b7JIh%O<hY'{"
34
 
35
  class TextWindowProcessor:
36
  def __init__(self):
 
30
 
31
  # Secret password for logs access - CHANGE THIS! Make it complex and memorable only to you
32
  # This example uses a base64 encoded string - replace with your own secure password
33
+ SECRET_PASSWORD = "_3*1@*YA]l$A+D?n^J)TEVE?P<mUZ5mz)u<K-i/=6w@l;b7JIh%O<hY'{"
34
 
35
  class TextWindowProcessor:
36
  def __init__(self):