Spaces:
Sleeping
Sleeping
forgot to pass variabel to the function
Browse files
src/phising_detection/features/batch_url_scanner.py
CHANGED
|
@@ -691,5 +691,6 @@ if __name__ == "__main__":
|
|
| 691 |
output_fg_name=args.output_fg_name,
|
| 692 |
output_version=args.output_version,
|
| 693 |
batch_size=args.batch_size,
|
| 694 |
-
sample_size=args.sample_size
|
|
|
|
| 695 |
)
|
|
|
|
| 691 |
output_fg_name=args.output_fg_name,
|
| 692 |
output_version=args.output_version,
|
| 693 |
batch_size=args.batch_size,
|
| 694 |
+
sample_size=args.sample_size,
|
| 695 |
+
max_batches=args.max_batches
|
| 696 |
)
|