You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser=argparse.ArgumentParser(description="A script to aggregate the logfiles from the ReverSim game into a csv file.")
481
483
parser.add_argument("csvGenerator", help="The script to be used to generate the csv file. \"app/statistics/csvGenerators/\"")
482
484
parser.add_argument("-l", "--log", metavar='LEVEL', help="Specify the log level, must be one of DEBUG, INFO, WARNING, ERROR or CRITICAL", default="INFO")
@@ -494,6 +496,7 @@ def main():
494
496
"Keep in mind that TimeSync events are only fired, if the client and server time deviate at least by "\
0 commit comments