Commit 1245418e authored by Irving David's avatar Irving David

lee del archivo de config el path de los scripts del geosentinel

parent 2e2a78d2
...@@ -34,8 +34,8 @@ API_SENTINEL_PASS = config['API_SENTINEL']['SENTINEL_PASS'] ...@@ -34,8 +34,8 @@ API_SENTINEL_PASS = config['API_SENTINEL']['SENTINEL_PASS']
sys.path.append(SENTINEL_PATH) sys.path.append(SENTINEL_PATH)
sentinel = APISentinel.APISentinel(API_SENTINEL_USER, API_SENTINEL_PASS) sentinel = APISentinel.APISentinel(API_SENTINEL_USER, API_SENTINEL_PASS)
os.environ["PATH"] += os.pathsep + "/home/agei/REPSAT/GeoSentinel/tools" os.environ["PATH"] += os.pathsep + SENTINEL_PATH +"/tools"
os.environ["PATH"] += os.pathsep + "/home/agei/REPSAT/GeoSentinel/geosentinel" os.environ["PATH"] += os.pathsep + SENTINEL_PATH +"/geosentinel"
# Create your views here. # Create your views here.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment