Skip to content

Commit 8813b97

Browse files
authored
Update README.md
1 parent f057751 commit 8813b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip install blackduck
1616
from blackduck import Client
1717
import json
1818

19-
bd = blackduck.Client(
19+
bd = Client(
2020
token=os.environ.get('blackduck_token', 'YOUR TOKEN HERE'),
2121
base_url='https://your.blackduck.url' #!important! no trailing slash
2222
#, verify=False # if required

0 commit comments

Comments
 (0)