We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3915e9 commit d183164Copy full SHA for d183164
notifications/management/commands/update_alert_status.py
@@ -13,7 +13,6 @@ class Command(BaseCommand):
13
If the alert status is marked as stood_down, then the status is Stood Down.
14
If the closing timestamp (closes) is earlier than the current date, the status is displayed as Closed. Otherwise, it is displayed as Open.
15
'''
16
-
17
help = 'Update alert status'
18
19
def handle(self, *args, **options):
0 commit comments