Add import for json

This commit is contained in:
2024-10-22 09:46:01 +02:00
parent 694bfcaf6b
commit d218c7a0bc

View File

@@ -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')