Spaces:
Runtime error
Runtime error
Jishu Developer
commited on
Update config.py
Browse files
config.py
CHANGED
@@ -29,7 +29,7 @@ CHANNEL_ID = int(os.environ.get("CHANNEL_ID", ""))
|
|
29 |
FORCE_SUB_CHANNEL = int(os.environ.get("FORCE_SUB_CHANNEL", "0"))
|
30 |
|
31 |
|
32 |
-
|
33 |
|
34 |
|
35 |
|
|
|
29 |
FORCE_SUB_CHANNEL = int(os.environ.get("FORCE_SUB_CHANNEL", "0"))
|
30 |
|
31 |
|
32 |
+
FILE_AUTO_DELETE = int(os.getenv("FILE_AUTO_DELETE", "600")) # auto delete in seconds
|
33 |
|
34 |
|
35 |
|