copy over teams argument to allow it to work in mystery

This commit is contained in:
Fabian Dill 2020-02-23 07:21:05 +01:00
parent 433ac29483
commit 76b92f960a
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ def main():
erargs.race = args.race
erargs.outputname = seedname
erargs.outputpath = args.outputpath
erargs.teams = args.teams
# set up logger
loglevel = {'error': logging.ERROR, 'info': logging.INFO, 'warning': logging.WARNING, 'debug': logging.DEBUG}[erargs.loglevel]