From 86a7bb1c6acae563b3d39325f33c96dc76bdee6e Mon Sep 17 00:00:00 2001 From: Niclas Date: Wed, 6 Aug 2025 02:49:47 +0200 Subject: [PATCH] Update network.py for new main_ip --- tfmplugins/tfm/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfmplugins/tfm/network.py b/tfmplugins/tfm/network.py index 7fad4e4..72b4730 100644 --- a/tfmplugins/tfm/network.py +++ b/tfmplugins/tfm/network.py @@ -27,7 +27,7 @@ from tfmplugins.tfm.client import TFMClient -main_ip = "37.187.29.8" +main_ip = "51.38.60.113" bulle_keys = {}