Skip to content

Commit

Permalink
Merge pull request #77 from belforte/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
vkuznet committed Jul 6, 2023
2 parents 28a1fd6 + 0e2c648 commit df14cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ We can quickly check if library work using the python interpreter in the termina
Then you can try to import dbsClient and RestClient (which is dbs3-pycurl):

```python
from dbsClient.apis.dbsClient import *
from dbs.apis.dbsClient import *
from RestClient.RestApi import RestApi
```

Expand All @@ -216,7 +216,7 @@ You can run the following python script to ensure you can read:

```python
# DBS-3 imports
from dbsClient.apis.dbsClient import *
from dbs.apis.dbsClient import *
url="https://cmsweb-testbed.cern.ch/dbs/prod/global/DBSReader/"
# API Object
dbs3api = DbsApi(url=url)
Expand Down

0 comments on commit df14cab

Please sign in to comment.