Skip to content

Commit 1e22b30

Browse files
🐛 fix "app-list" command in cli
1 parent eb5bc79 commit 1e22b30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

squarecloud/cli/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ async def app_list(ctx: Context, token: str):
145145
table.add_row(
146146
app.tag,
147147
app.id,
148-
app.type,
149148
str(app.ram),
150149
app.lang,
151150
app.desc,

0 commit comments

Comments
 (0)