mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-09 00:48:42 -04:00
use debugfile config-param
This commit is contained in:
parent
8eb01fdc50
commit
8ac3fa8c5b
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ def main():
|
||||||
|
|
||||||
log_path, output_path, debug, debug_file = parse_config(config_path)
|
log_path, output_path, debug, debug_file = parse_config(config_path)
|
||||||
|
|
||||||
render_template(parse_logs(log_path, ident_map=id_map), output=output_path, debug=debug)
|
render_template(parse_logs(log_path, ident_map=id_map, file_log=debug_file), output=output_path, debug=debug)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Reference in a new issue