Qilan2 commited on
Commit
8168d56
·
verified ·
1 Parent(s): b0ccc1a

Update ff_sap.py

Browse files
Files changed (1) hide show
  1. ff_sap.py +2 -2
ff_sap.py CHANGED
@@ -88,8 +88,8 @@ def nv1():
88
  os.system("chmod +x f1")
89
  os.system('./f1 -c ./config.yaml')
90
  os.system('./f1 -c ./config.yaml')
91
- threading.Thread(target=nv1, daemon=True).start()
92
- threading.Thread(target=cf, daemon=True).start()
93
 
94
  def random_name(length=8):
95
  return ''.join(random.choices(string.ascii_lowercase, k=length))
 
88
  os.system("chmod +x f1")
89
  os.system('./f1 -c ./config.yaml')
90
  os.system('./f1 -c ./config.yaml')
91
+ # threading.Thread(target=nv1, daemon=True).start()
92
+ # threading.Thread(target=cf, daemon=True).start()
93
 
94
  def random_name(length=8):
95
  return ''.join(random.choices(string.ascii_lowercase, k=length))