Overridden by ENV + Icons preview #802

This commit is contained in:
jokob-sk
2024-09-23 13:32:36 +10:00
parent 30750a9449
commit f6a06842cc
4 changed files with 34 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ def execute_plugin(db, all_plugins, plugin, pluginsState = plugins_state() ):
for line in newLines:
columns = line.split("|")
# There have to be 9 or 13 columns
# There have to be 9 or 13 columns
if len(columns) not in [9, 13]:
mylog('none', [f'[Plugins] Wrong number of input values, must be 9 or 13, got {len(columns)} from: {line}'])
continue # Skip lines with incorrect number of columns