From e236023989ecf9caf4b27d7f6686f67724ac75d0 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 26 Jul 2025 22:09:12 +0100 Subject: Removed some comments --- autoBackup/autoBackup.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/autoBackup/autoBackup.py b/autoBackup/autoBackup.py index 9387ca8..b005492 100644 --- a/autoBackup/autoBackup.py +++ b/autoBackup/autoBackup.py @@ -339,22 +339,6 @@ def main(): if __name__ == "__main__": main() - - # get_mqtt("ON") - # wait_for_sockets_slave() - - # with TrueNASWebsocketsClient( - # host = os.environ["SLAVE_HOST"], - # username = os.environ["SLAVE_USERNAME"], - # password = os.environ["SLAVE_PASSWORD"], - # replication_task_names = os.environ["SLAVE_REPLICATION_TASKS"].split(",") - # ) as c: - # c.running_replication_jobs = {90: "foo", 91: "bar"} - # print(c.get_state_of_replication_jobs()) - - # with truenas_api_client.Client(uri="ws://backuptruenas.local.eda.gay/api/current") as c: - # print(c.call("auth.login", "root", "securebackdoor")) - # print(json.dumps(c.call("replication.query"), indent=4)) -- cgit v1.2.3