Skip to content

Commit c4f24e9

Browse files
committed
Update webupd8 article
1 parent 3df4481 commit c4f24e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Safe Eyes
22
Protect your eyes from eye strain using this continuous breaks reminder. A Free and Open Source Linux alternative for EyeLeo.
33

4-
For more details: [SafeEyes Protects You From Eye Strain When Working On The Computer](http://www.webupd8.org/2016/10/safeeyes-protects-you-from-eye-strain.html)
4+
Read more about Safe Eyes on [WEB UPD8](http://www.webupd8.org/):
5+
6+
1. [SafeEyes Protects You From Eye Strain When Working On The Computer](http://www.webupd8.org/2016/10/safeeyes-protects-you-from-eye-strain.html)
7+
2. [Computer Eye Strain Prevention App 'Safe Eyes' Sees New Release](http://www.webupd8.org/2017/02/computer-eye-strain-prevention-app.html)
58

69
## INSTALLATION
710

Diff for: safeeyes/safeeyes/Utility.py

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def is_active_window_skipped(skip_break_window_classes, take_break_window_classe
8484
process_names = re.findall('"(.+?)"', stdout)
8585
if process_names:
8686
process = process_names[1].lower()
87-
print process
8887
if process in skip_break_window_classes:
8988
return True
9089
elif process in take_break_window_classes:

0 commit comments

Comments
 (0)