akdNIKY commited on
Commit
9f9b37f
·
verified ·
1 Parent(s): e50270d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -40,8 +40,9 @@ if ADMIN_ID == 0:
40
  print("Warning: TELEGRAM_ADMIN_ID not set or is 0. Admin features will be disabled.", file=sys.stderr)
41
 
42
  # --- Directories and Files ---
43
- DOWNLOAD_DIR = "downloads"
44
- OUTPUT_DIR = "outputs"
 
45
  CHANNELS_FILE = "channels.json"
46
  os.makedirs(DOWNLOAD_DIR, exist_ok=True)
47
  os.makedirs(OUTPUT_DIR, exist_ok=True)
 
40
  print("Warning: TELEGRAM_ADMIN_ID not set or is 0. Admin features will be disabled.", file=sys.stderr)
41
 
42
  # --- Directories and Files ---
43
+ # کد صحیح
44
+ DOWNLOAD_DIR = "/tmp/downloads"
45
+ OUTPUT_DIR = "/tmp/outputs"
46
  CHANNELS_FILE = "channels.json"
47
  os.makedirs(DOWNLOAD_DIR, exist_ok=True)
48
  os.makedirs(OUTPUT_DIR, exist_ok=True)