Skip to content

Commit

Permalink
Merge pull request #228 from serfend/JxTrade
Browse files Browse the repository at this point in the history
fix[trade]dict-type
  • Loading branch information
Serfend authored Jun 23, 2023
2 parents 3bc49e0 + 7da8ff8 commit d64e877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/jx3/price_goods/lib/GoodsBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class WucaiProperty:
DICT_value = [
'提高'
]
DICT_value_desc = [
DICT_value_desc = {
'内功':'内',
'外功':'外',
'等级':'',
Expand All @@ -132,7 +132,7 @@ class WucaiProperty:
'阳性':'阳',
'阴性':'阴',
'混元性':'混元',
]
}
RE_filter_number = re.compile('\d*')

def __init__(self, values: List[str], filters: List[str]) -> None:
Expand Down

0 comments on commit d64e877

Please sign in to comment.