karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.58k stars 10.52k forks source link

Update alarm.py #43

Closed gaurav-91 closed 10 years ago

gaurav-91 commented 10 years ago

In case of Choice 1 the previous code would play alarm on wrong time. For e.g. current time is 03:40 and users sets alarm for after 150 minutes so it should play alarm on 06:10 but code would play at 5:10 itself. I have edited the code for this condition as well.