Yaron Koresh commited on
Commit
f8a2ae6
·
verified ·
1 Parent(s): 084f948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -110,7 +110,6 @@ function custom(){
110
 
111
  # functionality
112
 
113
- @cpu(string(string),cache=True,parallel=True)
114
  def run(cmd):
115
  return str(subprocess.run(cmd, shell=True, capture_output=True, env=None).stdout)
116
 
 
110
 
111
  # functionality
112
 
 
113
  def run(cmd):
114
  return str(subprocess.run(cmd, shell=True, capture_output=True, env=None).stdout)
115