From 6a64e12f5665be3a5b3bd31ece75cb4ccba95743 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 26 Jul 2025 22:03:19 +0100 Subject: Created a wrapper for the websockets API and changed the script to make the slave TrueNAS use it (the master TrueNAS still uses the REST API for now) --- autoBackup/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'autoBackup/requirements.txt') diff --git a/autoBackup/requirements.txt b/autoBackup/requirements.txt index 2e7e54b..14abc09 100644 --- a/autoBackup/requirements.txt +++ b/autoBackup/requirements.txt @@ -1,3 +1,4 @@ python-dotenv requests docker +websocket-client>1.3.2 \ No newline at end of file -- cgit v1.2.3