I entered my script into the box, and clicked submit but it returned with a blank page: http://35.192.144.192:8000/action_page.php
Here's the script I entered:
ap = argparse.ArgumentParser()
ap.add_argument("-i", "--image", required=True,
help="path to the input image")
args = vars(ap.parse_args())
I entered my script into the box, and clicked submit but it returned with a blank page: http://35.192.144.192:8000/action_page.php
Here's the script I entered:
ap = argparse.ArgumentParser()
ap.add_argument("-i", "--image", required=True,
help="path to the input image")
args = vars(ap.parse_args())