Skip to content

Commit

Permalink
Add note that GitHub example fails if 2FA enabled
Browse files Browse the repository at this point in the history
Closes #327, closes #328.
  • Loading branch information
hemberger committed Nov 2, 2020
1 parent 0a5e179 commit 5dc6008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Example app to login to GitHub using the StatefulBrowser class."""
"""Example app to login to GitHub using the StatefulBrowser class.
NOTE: This example will not work if the user has 2FA enabled."""

from __future__ import print_function
import argparse
Expand Down

0 comments on commit 5dc6008

Please sign in to comment.