Skip to content

Commit

Permalink
fix non-specified identify bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LTurret committed Aug 19, 2022
1 parent 48b7d21 commit 687c5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
)
parser.add_argument("-I", "--identify", nargs=1, type=int, metavar="",
required=False,
default=[0],
help="Search specific event with unique ID"
)
parser.add_argument("-T", "--type", nargs="+", type=str, metavar="",
Expand Down

0 comments on commit 687c5ff

Please sign in to comment.