Update README.rst

This commit is contained in:
Gamerhythm 2017-02-25 17:58:09 +00:00 committed by GitHub
parent 1f8583c426
commit e0f27e0ced
1 changed files with 1 additions and 0 deletions

View File

@ -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")