Skip to content

Commit d05a861

Browse files
committed
Fix office365 plugin works by default
1 parent c379445 commit d05a861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APT-Hunter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ def main():
822822
toc = time.time()
823823
print('Done in {:.4f} seconds'.format(toc-tic))
824824
return
825-
if args.o365hunt is not None:
825+
if args.o365hunt is not False:
826826
if args.o365rules is not None:
827827
O365Hunter.analyzeoff365(Path, args.o365rules,Output,input_timezone,args.o365raw)
828828
else:

0 commit comments

Comments
 (0)