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

@ -124,7 +124,6 @@ function parse_options( int $argc, array $argv ) : object
$opts['api_key'] = $api_key;
$opts['verbose'] = $verbose;
return (object) $opts;
}