You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-site-connectivity-checker/source_code_step_5/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# RP Checker
1
+
# Build a Site Connectivity Checker in Python
2
2
3
3
RP Checker is a site connectivity checker utility. It takes one or more website URLs and checks if those sites are online. It can perform the connectivity checks either synchronously or asynchronously.
4
4
@@ -29,9 +29,9 @@ The status of "python.org" is: "Online!" 👍
29
29
30
30
RP Checker provides the following options:
31
31
32
-
-`-u` or `--urls`take one or more URLs and check if they're online.
33
-
-`-f` or `--input-file`take a file containing a list of URLs to check.
34
-
-`-a` or `--asynchronous`run the check asynchronously.
32
+
-`-u` or `--urls`takes one or more URLs and checks if they're online.
33
+
-`-f` or `--input-file`takes a file containing a list of URLs to check.
34
+
-`-a` or `--asynchronous`runs the check asynchronously.
0 commit comments