Upper key word

This commit is contained in:
WQY\qiong
2022-11-18 21:07:06 +08:00
parent 466903c900
commit 1ee4a83d4c
7 changed files with 7 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ class InpMixing:
num_without_desc = (num - 1) if has_desc else num
self.tank = str(tokens[0])
self.model = str(tokens[1])
self.model = str(tokens[1].upper())
self.value = float(tokens[3]) if num_without_desc >= 4 else None