mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
kivy i18n: catch more exeptions
This commit is contained in:
parent
3d42193223
commit
afbf766d89
1 changed files with 1 additions and 1 deletions
|
@ -41,5 +41,5 @@ class _(str):
|
|||
for label in _.observers:
|
||||
try:
|
||||
label.text = _(label.text.source_text)
|
||||
except ReferenceError:
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue