Typo in xml for expansion of helper plugins. Update to latest letsencryp and add nutups panel

This commit is contained in:
2025-01-20 12:04:42 +00:00
parent 076b604722
commit c7dc45ccb5
19 changed files with 919 additions and 60 deletions

View File

@@ -831,7 +831,7 @@ if __name__ == "__main__":
# Write the modified content back to the file
with open(partial_files[i], "w") as file:
file.writelines(lines)
logger.info(f"Content modified and saved to {partial_files[i]}")
logger.info(f"Content modified and saved to {highlight_occurrences(partial_files[i])}")
i += 1
# Create the css file (the header, followed by a dummy entry for each class created/used above)