Update webupd8 article

This commit is contained in:
Gobinath 2017-02-13 12:12:33 -05:00
parent 3df4481367
commit c4f24e9a05
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,10 @@
# Safe Eyes
Protect your eyes from eye strain using this continuous breaks reminder. A Free and Open Source Linux alternative for EyeLeo.
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)
Read more about Safe Eyes on [WEB UPD8](http://www.webupd8.org/):
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)
2. [Computer Eye Strain Prevention App 'Safe Eyes' Sees New Release](http://www.webupd8.org/2017/02/computer-eye-strain-prevention-app.html)
## INSTALLATION

View File

@ -84,7 +84,6 @@ def is_active_window_skipped(skip_break_window_classes, take_break_window_classe
process_names = re.findall('"(.+?)"', stdout)
if process_names:
process = process_names[1].lower()
print process
if process in skip_break_window_classes:
return True
elif process in take_break_window_classes: