Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01969c2

Browse files
authored
Correct session example
1 parent59a19ca commit01969c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/api-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The following sample illustrates how to use a client-side certificate:
283283
import requests
284284
285285
session= requests.Session()
286-
s.cert= ('/path/to/client.cert','/path/to/client.key')
286+
session.cert= ('/path/to/client.cert','/path/to/client.key')
287287
gl= gitlab.gitlab(url, token,api_version=4,session=session)
288288
289289
Reference:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp