Skip to content
Snippets Groups Projects
Commit c6abf2ee authored by maeries's avatar maeries
Browse files

moved page to /public

parent 39ade655
No related branches found
No related tags found
No related merge requests found
......@@ -906,7 +906,7 @@ def main():
parser = argparse.ArgumentParser(description='Process competition results and generate Elo rankings website')
parser.add_argument('--input', default='csv_files', help='Directory containing CSV result files')
parser.add_argument('--output', default='elo_website', help='Output directory for the website')
parser.add_argument('--output', default='public/elo_website', help='Output directory for the website')
args = parser.parse_args()
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment