Skip to content

Commit

Permalink
Fix test on OpenAtv again
Browse files Browse the repository at this point in the history
force-test skip-release
  • Loading branch information
Taapat committed May 20, 2024
1 parent 86dda4f commit e0c62e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/enigmahelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def start_session():
from Components.config import config, ConfigSubsection, ConfigText
config.osd = ConfigSubsection()
config.osd.language = ConfigText(default="de_DE")
config.misc.language = ConfigText(default="de_DE")
config.misc.locale = ConfigText(default="de_DE")
Components.UsageConfig.InitUsageConfig()

print('init skin')
Expand Down

0 comments on commit e0c62e5

Please sign in to comment.