Skip to content

Commit 07558fc

Browse files
committed
[bugfix] Too many arguments to handleDB.
1 parent 7f91c4c commit 07558fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

droidsqliteanalysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def main():
8383
handleDROIDCSV(args.csva, True, args.htm, args.rogues, args.heroes, config)
8484
outputtime(start_time)
8585
if args.db:
86-
analysisresults = handleDROIDDB(args.db, args.htm, config)
86+
analysisresults = handleDROIDDB(args.db, config)
8787
handleOutput(analysisresults, args.htm, args.rogues, args.heroes)
8888
outputtime(start_time)
8989
if args.export:

0 commit comments

Comments
 (0)