We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ab05e commit 551a474Copy full SHA for 551a474
README.md
@@ -27,7 +27,9 @@ python3 website_blocker.py
27
28
## Additional Notes
29
30
-Please comment out the following lines if you are **not** running this program on Windows:
+- Replace `"ENTER HOSTS FILE PATH HERE"` on line 17 with your hosts path.
31
+
32
+- Please comment out the following lines if you are **not** running this program on Windows:
33
34
```
35
import pywinstyles
@@ -43,4 +45,4 @@ if platform.system() == "Windows":
43
45
44
46
pywinstyles.change_header_color(root, "#000000")
47
-(Lines 74 - 80)
48
+(Lines 81 - 87)
0 commit comments