diff --git a/requirements.txt b/requirements.txt index e1f1592..8197d45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ tabulate==0.9.0 hcloud==1.28.0 -rich==13.5.3 \ No newline at end of file +rich==13.5.2 \ No newline at end of file diff --git a/shcloud.py b/shcloud.py index ba110e2..5499c72 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="ccx23")) + return(Prompt.ask("Selection: ", default="ccx22")) def track_progress(a_id, description): with Progress() as progress: