diff --git a/.gitignore b/.gitignore index cc913b4..8174dde 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ tmp/ venv/ __pycache__/ +*.db diff --git a/api/ntfy.py b/api/ntfy.py index f086663..9f4bd4e 100644 --- a/api/ntfy.py +++ b/api/ntfy.py @@ -5,7 +5,6 @@ import sqlite3 import threading import time import requests -import sseclient import json diff --git a/requirements.txt b/requirements.txt index 3420310..aa6ad87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ python-qbittorrent uptime-kuma-api python-telegram-bot +requests