Typo in xml for expansion of helper plugins. Update to latest letsencryp and add nutups panel
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user