From 5e1e07c2bdda5387352050ae97f6cc5420994d79 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Fri, 2 Feb 2024 02:10:32 +0900 Subject: [PATCH] init --- HTS_stocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTS_stocks.py b/HTS_stocks.py index fea8998..ccebe43 100644 --- a/HTS_stocks.py +++ b/HTS_stocks.py @@ -131,7 +131,7 @@ class HTS_Stocks (HTS): vm_item = dict() vm_item['free'] = vm.available // (1024 * 1024) vm_item['idle'] = vm.available / vm.total * 100 - hts.bot.sendMsg("Alive... close: {}, mem: {:.1f}".format(str(close_data), vm_item['idle'])) + hts.bot.sendMsg("Alive... mem: {:.1f}".format(vm_item['idle'])) time.sleep(600) THIS_TIME = datetime.now()