change default server to ccx23

This commit is contained in:
Aaron Riedel 2023-09-18 15:28:08 +02:00
parent cf9f67d199
commit 9fbf1f51d5
Signed by: aaron
GPG key ID: 643004654D40D577

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="ccx22")) return(Prompt.ask("Selection: ", default="ccx23"))
def track_progress(a_id, description): def track_progress(a_id, description):
with Progress() as progress: with Progress() as progress: