Update README.rst
This commit is contained in:
parent
1f8583c426
commit
e0f27e0ced
|
@ -74,6 +74,7 @@ Usage
|
||||||
You can use in another script via the following:
|
You can use in another script via the following:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
DownloadParsed = re.compile(r"Download: ([\d.]+) .bit")
|
DownloadParsed = re.compile(r"Download: ([\d.]+) .bit")
|
||||||
UploadParsed = re.compile(r"Upload: ([\d.]+) .bit")
|
UploadParsed = re.compile(r"Upload: ([\d.]+) .bit")
|
||||||
PingParsed = re.compile(r"([\d.]+) ms")
|
PingParsed = re.compile(r"([\d.]+) ms")
|
||||||
|
|
Loading…
Reference in New Issue