Update abuseip.php

This commit is contained in:
scVnner 2018-12-06 19:39:08 +02:00 committed by GitHub
parent 1410fba416
commit 8c28ac13e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -121,10 +121,9 @@ function parse_options( int $argc, array $argv ) : object
if( $arg_N == ARGS[0] && $arg_V != "" ) { $api_key = $arg_V; }
if( $arg_N == ARGS[1] ) { $verbose = True; }
}
$opts['api_key'] = $api_key;
$opts['verbose'] = $verbose;
return (object) $opts;
}