From cf9f67d19996b53e29a2424d250d23f0036aff2f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 Sep 2023 16:29:43 +0000 Subject: [PATCH 1/2] Update dependency rich to v13.5.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8197d45..e1f1592 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ tabulate==0.9.0 hcloud==1.28.0 -rich==13.5.2 \ No newline at end of file +rich==13.5.3 \ No newline at end of file From 9fbf1f51d50cc2e8d57b38286304974d944cf381 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Mon, 18 Sep 2023 15:28:08 +0200 Subject: [PATCH 2/2] change default server to ccx23 --- shcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shcloud.py b/shcloud.py index 5499c72..ba110e2 100755 --- a/shcloud.py +++ b/shcloud.py @@ -87,7 +87,7 @@ def select_servertype(): #if str(m.cpu_type) == "shared": table.add_row(str(m.id), str(m.name), str(m.description), str(m.cores), str(int(m.memory)) + " GB", str(m.disk) + " GB", str(m.cpu_type) , format(float(m.prices[0]["price_hourly"]["gross"]), '.2f') + " €", format(float(m.prices[0]["price_monthly"]["gross"]), '.2f') + " €") console.print(table) - return(Prompt.ask("Selection: ", default="ccx22")) + return(Prompt.ask("Selection: ", default="ccx23")) def track_progress(a_id, description): with Progress() as progress: