Skip to content

Commit

Permalink
Hub login before delete
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Aug 2, 2024
1 parent f13e459 commit 1df018e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mobu/services/business/nublado.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ async def execution_idle(self) -> bool:
return await self.pause(self.options.execution_idle_time)

async def shutdown(self) -> None:
await self.hub_login()
await self.delete_lab()

async def idle(self) -> None:
Expand Down

0 comments on commit 1df018e

Please sign in to comment.