From 48322f6e490b7e9a5b96dffc8c90f85ad58c18e7 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Fri, 1 Sep 2023 17:49:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20monitor.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.py b/monitor.py index 7a6d3ce..5127b40 100644 --- a/monitor.py +++ b/monitor.py @@ -78,7 +78,7 @@ def monitor(device): else: return False else: - print(f"时间差小于{time_difference}分钟,不执行重启ProxyMe") + print(f"时间差小于{time_difference/60}分钟,不执行重启ProxyMe") return True else: print(f"get now timestamp: failed")