Skip to content

Commit

Permalink
README.md commen responses in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kerstin committed Nov 1, 2017
1 parent 411a9cb commit 3c4f81a
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 @@ -148,7 +148,7 @@ Every 15 minutes, you need to ping the server to show that you are alive. To do

```python
ost.no_operation()
True
# True
```

## Get info for OpenSubtitles software
Expand All @@ -165,5 +165,5 @@ assert 'version' in data.keys()
You can remove your session token with this method:
```python
ost.logout()
True
# True
```

0 comments on commit 3c4f81a

Please sign in to comment.