From 8bc90b745ad8deb642993d9f65a850542af63e04 Mon Sep 17 00:00:00 2001 From: MrZaiko Date: Sun, 20 Apr 2025 00:11:45 +0200 Subject: [PATCH] Update requirements.txt and imports --- .gitignore | 1 + api/ntfy.py | 1 - requirements.txt | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) 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