Skip to content

Commit bc3d969

Browse files
🐛 changes to the cli due to a change in api responses
1 parent 1e22b30 commit bc3d969

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

squarecloud/cli/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ async def app_group(ctx: Context, app_id: str, token: str):
6464
table.add_row(
6565
app.tag,
6666
app.id,
67-
app.type,
6867
str(app.ram),
6968
app.lang,
7069
app.desc,

squarecloud/cli/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ async def get_squarecloud_statistics(token: str):
5252
table.add_row(
5353
str(statistics_data.apps),
5454
str(statistics_data.websites),
55-
str(statistics_data.time),
5655
str(statistics_data.ping),
5756
str(statistics_data.users),
5857
style='green',

0 commit comments

Comments
 (0)