jmausolf / poshmark_sharing

BSD 3-Clause "New" or "Revised" License
111 stars 58 forks source link

Just getting 'pdb' in terminal #23

Open ghost opened 4 years ago

ghost commented 4 years ago

Can't enter anything

jmausolf commented 4 years ago

pdb is the Python debugger. You can read more about it and pdb commands here: https://docs.python.org/3/library/pdb.html. By default, the code does not enter debugger mode (this only happens if the captcha catch is triggered. You can quit pdb using q. Or you can quit the code and restart it.