Code refactoring

This commit is contained in:
adator
2025-11-23 18:20:56 +01:00
parent 4c93f85008
commit eb7c6ef8d0
3 changed files with 21 additions and 40 deletions

View File

@@ -93,4 +93,4 @@ class Translation:
except Exception as err:
self.Logs.error(f'General Error: {err}')
return {}
return dict()