Skip to content

Commit 21c9a2f

Browse files
authored
Update cli.py
fix bug
1 parent 95ff4b4 commit 21c9a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zoomeye/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def main():
219219
parser_domain.set_defaults(func=core.associated_domain_query)
220220

221221
args = parser.parse_args()
222-
ver=args.version()
222+
ver=args.version
223223

224224
if ver:
225225
get_version()

0 commit comments

Comments
 (0)