Skip to content

Commit

Permalink
📜 update script "clear_test_apps.py" to work with taskipy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Nogueira committed Jun 9, 2024
1 parent 09549ab commit 0de1f16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/clear_test_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ async def delete_test_apps():
if '_test' in app.tag:
await app.delete()
print(f'\U0001F5D1 Deleted app {app.tag}, with id {app.id}...')


if __name__ == '__main__':
delete_test_apps()

0 comments on commit 0de1f16

Please sign in to comment.