Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Instructions to start a Python debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
dlo9 committed Jul 31, 2019
1 parent 48f02e2 commit 70b6a63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ def enable_logging(br):
br.set_debug_responses(True)
br.set_debug_redirects(True)
```
* Start the Python debugger at a specific line:
```
import pdb; pdb.set_trace()
```

# Warnings
* Due to limitations enforced by `getpocket.com`, PocketRSS will eventually tigger the following error if run too frequently: `Too many login attempts were made. Try again in 24 hours or reset your password.` The exact limits are not yet known, but were encountered during testing.

0 comments on commit 70b6a63

Please sign in to comment.