Yaron Koresh commited on
Commit
3118e10
·
verified ·
1 Parent(s): 74514eb

Update app.py

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