Boren/pokemongo-iv-renamer

Error since lastest pull.

omlet05 opened this issue · 2 comments

Hi,
I've got this issue into docker or local.

Start renamer Traceback (most recent call last): File "main.py", line 280, in <module> Renamer().start() File "main.py", line 67, in start self.setup_api() File "main.py", line 81, in setup_api self.get_location() File "main.py", line 264, in get_location res = prog.match(self.config.location) TypeError: expected string or buffer

regards,

Checking the code, you need to pass the location parameter too now with -l

Boren commented

Fixed with #61