From e0f27e0ced967cc24d5ab9d5cf17f138de5ac6e7 Mon Sep 17 00:00:00 2001 From: Gamerhythm Date: Sat, 25 Feb 2017 17:58:09 +0000 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 28b8d72..fda953e 100644 --- a/README.rst +++ b/README.rst @@ -74,6 +74,7 @@ Usage You can use in another script via the following: :: + DownloadParsed = re.compile(r"Download: ([\d.]+) .bit") UploadParsed = re.compile(r"Upload: ([\d.]+) .bit") PingParsed = re.compile(r"([\d.]+) ms")