captainGeech42 / ransomwatch

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

Dockerhub image out of date #51

Closed nhova closed 3 years ago

nhova commented 3 years ago

Running the Dockerhub image results in

app_1 | Traceback (most recent call last): app_1 | File "/app/ransomwatch.py", line 98, in app_1 | NotificationManager.send_error_notification(f"Non-scraping failure", tb, fatal=True) app_1 | File "/app/notifications/manager.py", line 30, in send_error_notification app_1 | for workspace, params in Config["slack"].items(): app_1 | KeyError: 'slack'

Works if the image is built

captainGeech42 commented 3 years ago

Yikes, thank you @nhova ! I will get an updated image pushed.

captainGeech42 commented 3 years ago

A new image has been published from main.