Bug fix from second to minutes

This commit is contained in:
Gobinath 2016-10-24 14:46:28 +05:30
parent 8eaa8f4d0f
commit 8056a865e1
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class SafeEyesCore:
# Wait for the pre break warning period
self.notification_condition.acquire()
self.notification_condition.wait(self.break_interval) # In minutes
self.notification_condition.wait(self.break_interval * 60) # In minutes
self.notification_condition.release()
if not self.active: