Skip to content

Commit b8fd834

Browse files
committed
v0.1.1
1 parent 8ce316d commit b8fd834

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ from python_paypal_api.base import PaypalApiException
127127
import logging
128128

129129
try:
130-
result = Identity(store_credentials=True).get_userinfo()
130+
131+
result = Identity(store_credentials=True).get_userinfo()
131132
logging.info(result)
132133

133134
except PaypalApiException as error:

0 commit comments

Comments
 (0)