mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 12:44:40 -04:00
remove unused var-assignment in __main__.cli
This commit is contained in:
parent
bb808ca8c0
commit
34e682cf81
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue