diff --git a/README.md b/README.md index 76baae2..6c9b097 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/safeeyes/safeeyes/Utility.py b/safeeyes/safeeyes/Utility.py index 9541a19..091f253 100644 --- a/safeeyes/safeeyes/Utility.py +++ b/safeeyes/safeeyes/Utility.py @@ -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: