Skip to content

Commit

Permalink
(simatec) Fix initConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Jan 1, 2025
1 parent ce57900 commit 5a7207d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,8 @@ async function main(adapter) {
if (obj && obj.common && obj.common.language) {
systemLang = obj.common.language;
}
initConfig(obj?.native?.secret || 'Zgfr56gFe87jJOM');
//initConfig(obj?.native?.secret || 'Zgfr56gFe87jJOM');
initConfig(adapter);

checkStates();

Expand Down

0 comments on commit 5a7207d

Please sign in to comment.