Skip to content

Commit

Permalink
remove unused var-assignment in __main__.cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor77 committed Jun 25, 2016
1 parent bb808ca commit 34e682c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsstats/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def cli():
help='don\'t add connect until now to onlinetime',
action='store_false', dest='onlinedc'
)
args = parser.parse_args()
main(**vars(args))
main(**vars(parser.parse_args()))


def main(config=None, idmap=None, log=None,
Expand Down

0 comments on commit 34e682c

Please sign in to comment.