Update kitchen_counter/conversion/management/commands/custom_runserver.py

added script_json["screenplay_name"] = str(name_script) in custom_runserver
This commit is contained in:
paveenpaul 2024-11-16 10:36:11 +00:00
parent e88cbae28e
commit aafd5edaf0
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ def lpp_audit(msg):
script_json["script_file_path"] = script_path1
script_json["script_file"] = hash2
script_json["type"] = "script-json"
script_json["screenplay_name"] = str(name_script)
scriptconversion["script-json"] = script_json
print("blockchain script conversion 5.2")