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:
parent
e88cbae28e
commit
aafd5edaf0
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue