From b5c57aed48fd64f428bf938dd7bbe711e6e42b39 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 24 Jul 2023 16:42:34 -0400 Subject: [PATCH] Updated buyvm, was cutting out doublt digits --- buyvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buyvm.py b/buyvm.py index 724f994..0e167ef 100644 --- a/buyvm.py +++ b/buyvm.py @@ -23,7 +23,7 @@ for node in nodes: for item in ('
  • ','
  • ','',''): features = features.replace(item,'') features = features.ljust(39) - stock = server.split()[-1][0] + stock = server.split()[-1] if stock == '0': stock = f'\033[31m{stock}\033[0m' else: