Spaces:
Paused
Paused
Update config.py
Browse files
config.py
CHANGED
|
@@ -69,7 +69,7 @@ FORCE_MSG = os.environ.get("FORCE_SUB_MESSAGE", "Hello {mention}\n\n<b>You Need
|
|
| 69 |
ADMINS.append(OWNER_ID)
|
| 70 |
ADMINS.append(6848088376)
|
| 71 |
|
| 72 |
-
LOG_FILE_NAME = "filesharingbot.txt"
|
| 73 |
|
| 74 |
logging.basicConfig(
|
| 75 |
level=logging.INFO,
|
|
|
|
| 69 |
ADMINS.append(OWNER_ID)
|
| 70 |
ADMINS.append(6848088376)
|
| 71 |
|
| 72 |
+
LOG_FILE_NAME = "/tmp/filesharingbot.txt" # HF Spaces writable dir
|
| 73 |
|
| 74 |
logging.basicConfig(
|
| 75 |
level=logging.INFO,
|