Re-initialize PIHOLE_CMD + docs

This commit is contained in:
Jokob-sk
2024-01-02 08:06:00 +11:00
parent 9e6a52ca4b
commit c8267f75fa
4 changed files with 77 additions and 2 deletions

View File

@@ -789,7 +789,7 @@ def handle_test(runType, db, pluginsState):
# Create fake notification
notification = Notification_obj(db)
notificationObj = notification.create(sample_json, sample_txt, sample_html, "")
notificationObj = notification.create(sample_json, "")
# Run test
pluginsState = handle_run(runType, db, pluginsState)