Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Jul 14, 2024
1 parent 4651274 commit 722aced
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions lib/cuckoo/core/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -1494,22 +1494,22 @@ def demux_sample_and_add_to_db(
) = self.recon(
file_path,
options,
timeout,
enforce_timeout,
package,
tags,
static,
priority,
machine,
platform,
custom,
memory,
clock,
tlp,
tags_tasks,
route,
cape,
category,
timeout=timeout,
enforce_timeout=enforce_timeout,
package=package,
tags=tags,
static=static,
priority=priority,
machine=machine,
platform=platform,
custom=custom,
memory=memory,
clock=clock,
tlp=tlp,
tags_tasks=tags_tasks,
route=route,
cape=cape,
category=category,
)

if category == "static":
Expand Down

0 comments on commit 722aced

Please sign in to comment.