PoGoAccountCheck
PoGoAccountCheck copied to clipboard
-l flag gives me error
running: python banned.py -f accounts.txt -l '33.99999 -80.999999'
usage: banned.py [-h] -f FILE [-l LOCATION] banned.py: error: unrecognized arguments: -80.999999'
same!
discovered it needs to be formatted like this (with a comma):
33.99999,-80.999999
-l flag can also be used "lat long" -> ex.: -l "33.99999 -80.999999"