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 bc0193a commit 939928aCopy full SHA for 939928a
django_dbq/management/commands/queue_depth.py
@@ -18,7 +18,7 @@ def handle(self, *args, **options):
18
[
19
"{queue_name}={queue_depth}".format(
20
queue_name=queue_name,
21
- queue_depth=queue_depths.get(queue_name, 0)
+ queue_depth=queue_depths.get(queue_name, 0),
22
)
23
for queue_name in queue_names
24
]
0 commit comments