Skip to content

Commit 0de1f16

Browse files
📜 update script "clear_test_apps.py" to work with taskipy
1 parent 09549ab commit 0de1f16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/clear_test_apps.py

+4
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ async def delete_test_apps():
1515
if '_test' in app.tag:
1616
await app.delete()
1717
print(f'\U0001F5D1 Deleted app {app.tag}, with id {app.id}...')
18+
19+
20+
if __name__ == '__main__':
21+
delete_test_apps()

0 commit comments

Comments
 (0)