Skip to content

Commit f94a812

Browse files
committed
Small typo
1 parent 56da633 commit f94a812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async def clean_data(self, key: str, val: typing.Any) -> typing.Tuple[str, str]:
195195
raise
196196

197197
clean_value = hex_
198-
value_text = f"{hex_} ({clean_value})"
198+
value_text = f"{name} ({clean_value})"
199199

200200
elif key in self.time_deltas:
201201
try:

0 commit comments

Comments
 (0)