From d218c7a0bc79742dc50ea8f4ae809f622439f152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Tue, 22 Oct 2024 09:46:01 +0200 Subject: [PATCH] Add import for json --- ntfy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ntfy.py b/ntfy.py index 75edf3c..eef583e 100644 --- a/ntfy.py +++ b/ntfy.py @@ -4,6 +4,7 @@ import os import logging import sqlite3 import subprocess +import json # Configuring the logger logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')