File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222author = 'coder2020official'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '4.15.3 '
25+ release = '4.15.4 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -9021,11 +9021,11 @@ def de_json(cls, json_string):
90219021 if json_string is None :
90229022 return None
90239023 obj = cls .check_json (json_string )
9024- if obj ["type " ] == "premium" :
9024+ if obj ["source " ] == "premium" :
90259025 return ChatBoostSourcePremium .de_json (obj )
9026- elif obj ["type " ] == "gift_code" :
9026+ elif obj ["source " ] == "gift_code" :
90279027 return ChatBoostSourceGiftCode .de_json (obj )
9028- elif obj ["type " ] == "giveaway" :
9028+ elif obj ["source " ] == "giveaway" :
90299029 return ChatBoostSourceGiveaway .de_json (obj )
90309030 return None
90319031
Original file line number Diff line number Diff line change 11# Versions should comply with PEP440.
22# This line is parsed in setup.py:
3- __version__ = '4.15.3 '
3+ __version__ = '4.15.4 '
You can’t perform that action at this time.
0 commit comments