From 5150763a3f384b92fbc1de66e2bbf13e20e3f0e7 Mon Sep 17 00:00:00 2001 From: James Brunskill Date: Mon, 6 Jan 2025 15:43:01 +1300 Subject: [PATCH] Add comment to code creator script --- server/gaps/items/gaps_code_creator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/gaps/items/gaps_code_creator.py b/server/gaps/items/gaps_code_creator.py index fc37a653dd..5b1af6d621 100644 --- a/server/gaps/items/gaps_code_creator.py +++ b/server/gaps/items/gaps_code_creator.py @@ -2,6 +2,8 @@ import re import json +###### THIS SCRIPT WAS USED TO GENERATE ITEM CODES FOR VACCINE ITEMS IT IS NOT INTENDED TO BE RUN AGAIN ###### + item_variants_file_path = 'gaps_item_variants.csv' code_lookup = {}