Commit b464f74c by nzy

Fix

parent 0b6ec595
......@@ -71,7 +71,7 @@ while not is_correct:
logger.log("user", "check", code)
try:
m = import_module_from_string(code)
inp_t = deepcopy(inp_t)
inp_t = deepcopy(inp)
out = m.main(inp_t)
except Exception as e:
logger.log("system", "check", f"crash: {e}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment