Skip to content

Commit bdf945d

Browse files
Update Readme.md
1 parent 16f03ee commit bdf945d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/client.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ async def example():
1515
print(logs) # LogsData(logs='Hello World!')
1616
print(logs.logs) # 'Hello World'
1717

18-
full_logs = await client.get_logs(app_id)
19-
print(
20-
full_logs) # FullLogsData(logs='https://squarecloud.app/dashboard/logs/...')
21-
print(full_logs.logs) # 'https://squarecloud.app/dashboard/logs/...'
22-
2318
status = await client.app_status(app_id) # StatusData(...)
2419

2520
print(status.ram) # '70MB'

0 commit comments

Comments
 (0)