Commit aaeb2d1d authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find products

parent cf0c1d0f
......@@ -20,7 +20,7 @@ def findSentinelProducts(wkt, startDate, endDate, platform, cloud):
def main(argv):
if len(sys.argv) != 8:
if len(sys.argv) != 2:
print("Usage: " + argv[0] + " <JSON File>")
else:
jsonFile=open(argv[1]).read()
......
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