Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Jan 15, 2025
1 parent 98da0b3 commit a7316db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/LunaTranslator/gui/showword.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def refresh(self):
rows = []
cishus = []
for k in globalconfig["cishuvisrank"]:
cishu = gobject.baseobject.cishus[k]
cishu = gobject.baseobject.cishus.get(k)
if not hasattr(cishu, "tree"):
continue
cishus.append(cishu)
Expand Down

0 comments on commit a7316db

Please sign in to comment.