PySysDB/生成IpyGameDataPY/IpyGameDataPYTemp.py
@@ -303,6 +303,11 @@ value = int(value) elif (value.startswith("[") and value.endswith("]")) or (value.startswith("(") and value.endswith(")")): value = eval(value) else: try: value = float(value) except: pass setList.append(value) if setList: setList = tuple(setList)