It looks like you're new here. If you want to get involved, click one of these buttons!
I know theres problem a simple answer but i cant figure it out.
Basic im passing a string using the following code
import sys
print sys.argv[1]
But the sys.argv[1] that is printed has a "-" before it, so it doesnt work with what im doing with it, which is using it in the urllib
python script.py -i 127.0.0.1