Handle dynamic list of license templates.
Closed this issue · 0 comments
rtgdk commented
The match_all_ids.py
uses a predetermined list of license templates. How to update the list when a new license gets added/updated?
Some ideas:
- Maybe download/cache the license on the filesystem whenever this is run and update the list whenever the list gets updated.
- Provide a function that can be run (before match_all_ids) to update the predetermined list of the license templates - if there are some changes.