Skip to content

Commit

Permalink
Code QA
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 18, 2024
1 parent fa4e603 commit 41f770a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobsf/StaticAnalyzer/views/common/async_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def async_analysis(checksum, app_name, func, *args):


def update_enqueued_task(checksum, app_name, status):
"""Update the Enqueued Task and others that matches the checksum."""
EnqueuedTask.objects.filter(checksum=checksum).update(
app_name=app_name,
completed_at=timezone.now(),
Expand Down

0 comments on commit 41f770a

Please sign in to comment.