Merge pull request #95 from felciano/patch-1
Add missing import in 2FA documentation
This commit is contained in:
commit
254e6a7b44
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ If you have enabled two-factor authentication for the account you will have to d
|
|||
.. code-block:: python
|
||||
|
||||
if api.requires_2fa:
|
||||
import click
|
||||
print "Two-factor authentication required. Your trusted devices are:"
|
||||
|
||||
devices = api.trusted_devices
|
||||
|
|
Loading…
Reference in a new issue