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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 290c87d..72628ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ autoBackup/.env *.env +*.pickle # Byte-compiled / optimized / DLL files __pycache__/ -- cgit v1.2.3