Update app.py
Browse files
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?
|
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):
|