From 3c4f81a092a77f40e984531dc5ffdd67c909d80f Mon Sep 17 00:00:00 2001 From: Kerstin Kollmann Date: Wed, 1 Nov 2017 14:10:14 +0100 Subject: [PATCH] README.md commen responses in code blocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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