bbenefield89 / PythonAlarm

A CLI to set alarms
MIT License
2 stars 4 forks source link

Manually Set Alarm not working #29

Closed justanotherlad closed 6 years ago

justanotherlad commented 6 years ago

The current manually_set_alarm.py file has a missing 'path' parameter in check_alarm() function in line 33

justanotherlad commented 6 years ago

I have debugged the code and sent you a Pull Request. :) The alarm now properly works. Please review and merge