We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a237756 commit dc8f270Copy full SHA for dc8f270
oauth2cli/assertion.py
@@ -7,7 +7,7 @@
7
import jwt
8
9
10
-logger = logging.getLogger(__file__)
+logger = logging.getLogger(__name__)
11
12
class Signer(object):
13
def sign_assertion(
oauth2cli/authcode.py
@@ -21,7 +21,7 @@
21
from .oauth2 import Client
22
23
24
25
26
def obtain_auth_code(listen_port, auth_uri=None):
27
"""This function will start a web server listening on http://localhost:port
0 commit comments