dragxd commited on
Commit
12e0852
·
verified ·
1 Parent(s): bbc2dd2

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
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,