mirror of
https://github.com/konpa/devicon.git
synced 2025-08-14 02:24:04 +02:00
Only build script will need token API
This commit is contained in:
2
.github/scripts/icomoon_peek.py
vendored
2
.github/scripts/icomoon_peek.py
vendored
@@ -13,7 +13,7 @@ from build_assets import util
|
||||
def main():
|
||||
runner = None
|
||||
try:
|
||||
args = arg_getters.get_selenium_runner_args(True)
|
||||
args = arg_getters.get_selenium_runner_args(peek_mode=True)
|
||||
new_icons = filehandler.get_json_file_content(args.devicon_json_path)
|
||||
|
||||
# get only the icon object that has the name matching the pr title
|
||||
|
Reference in New Issue
Block a user