ProfileCreator / ProfileManifests

Manifest repository for the ProfilePayloads framework
341 stars 146 forks source link

Addressing method deprecation in the updateIndexes.py script #668

Closed relgit closed 6 months ago

relgit commented 6 months ago

Beginning with Python 3.12, our index update script is showing a deprecation warning. This PR replaces the deprecated method call with its modern equivalent.