1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-16 11:35:11 +02:00

Refactored take screenshot and remove color functions

This commit is contained in:
Thomas Bui
2020-12-29 15:44:57 -08:00
parent 8a5ff05f01
commit c388503d28
2 changed files with 20 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ def main():
runner = None
try:
runner = SeleniumRunner(args.download_path, args.geckodriver_path, args.headless)
svgs = filehandler.get_svgs_paths(new_icons, args.icons_folder_path)
svgs = filehandler.get_svgs_paths(filtered_icons, args.icons_folder_path)
runner.upload_svgs(svgs, screenshot_folder)
print("Task completed.")
except TimeoutException as e: