PoGoAccountCheck icon indicating copy to clipboard operation
PoGoAccountCheck copied to clipboard

-l flag gives me error

Open kbtbc opened this issue 8 years ago • 3 comments

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'

kbtbc avatar Sep 07 '16 15:09 kbtbc

same!

minipouss83 avatar Sep 15 '16 18:09 minipouss83

discovered it needs to be formatted like this (with a comma):

33.99999,-80.999999

dondi99 avatar Feb 22 '17 23:02 dondi99

-l flag can also be used "lat long" -> ex.: -l "33.99999 -80.999999"

rakuuhwa avatar Feb 01 '18 08:02 rakuuhwa