We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09549ab commit 0de1f16Copy full SHA for 0de1f16
scripts/clear_test_apps.py
@@ -15,3 +15,7 @@ async def delete_test_apps():
15
if '_test' in app.tag:
16
await app.delete()
17
print(f'\U0001F5D1 Deleted app {app.tag}, with id {app.id}...')
18
+
19
20
+if __name__ == '__main__':
21
+ delete_test_apps()
0 commit comments