captainGeech42 / ransomwatch

Ransomware leak site monitoring
MIT License
305 stars 64 forks source link

Handle missing notifications element in the yaml config file (#52) #53

Closed biligonzales closed 3 years ago

biligonzales commented 3 years ago

Describe the changes

Added minor changes into manager.py so that it does not scream out loud if we do not want to configure notifications. Basically the presence of the notifications element in the Config yaml is tested.

Related issue(s)

52

How was it tested?

captainGeech42 commented 3 years ago

This is rad, thank you! Definitely a good QoL improvement