Compare commits

..

No commits in common. "9fbf1f51d50cc2e8d57b38286304974d944cf381" and "c49123986d3d88b47a91cbe08286748ac11638c9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
tabulate==0.9.0 tabulate==0.9.0
hcloud==1.28.0 hcloud==1.28.0
rich==13.5.3 rich==13.5.2

View file

@ -87,7 +87,7 @@ def select_servertype():
#if str(m.cpu_type) == "shared": #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') + "") 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) console.print(table)
return(Prompt.ask("Selection: ", default="ccx23")) return(Prompt.ask("Selection: ", default="ccx22"))
def track_progress(a_id, description): def track_progress(a_id, description):
with Progress() as progress: with Progress() as progress: