Opera8 commited on
Commit
2885c43
·
verified ·
1 Parent(s): a5bcf87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,12 +39,12 @@ xray_config = """
39
  }
40
  """
41
 
42
- # نوشتن کانفیگ در یک فایل موقت
43
  with open("config.json", "w") as f:
44
  f.write(xray_config)
45
 
46
  print("Starting Python AI Engine... (Fake)")
47
  print("System loaded successfully.")
48
 
49
- # اجرای Xray با استفاده از کانفیگ ساخته شده
50
  subprocess.run(["./xray", "-c", "config.json"])
 
39
  }
40
  """
41
 
42
+ # نوشتن کان
43
  with open("config.json", "w") as f:
44
  f.write(xray_config)
45
 
46
  print("Starting Python AI Engine... (Fake)")
47
  print("System loaded successfully.")
48
 
49
+ # اجرای
50
  subprocess.run(["./xray", "-c", "config.json"])