diff --git a/README.md b/README.md index edd6a14..8cce80c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -165,5 +165,5 @@ assert 'version' in data.keys() You can remove your session token with this method: ```python ost.logout() -True +# True ``` \ No newline at end of file