Yaron Koresh commited on
Commit
74514eb
·
verified ·
1 Parent(s): 3c28238

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  def run(cmd):
2
  result = subprocess.run(cmd, shell=True, capture_output=True, env=None)
3
  if result.returncode != 0:
 
1
+ import subprocess
2
+
3
  def run(cmd):
4
  result = subprocess.run(cmd, shell=True, capture_output=True, env=None)
5
  if result.returncode != 0: