Update NSLGameScanner.py

This commit is contained in:
Roy 2024-08-08 03:34:47 -07:00 committed by GitHub
parent fe73b88efd
commit b90811f3ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ import subprocess
import sqlite3 import sqlite3
from urllib.request import urlopen from urllib.request import urlopen
from urllib.request import urlretrieve from urllib.request import urlretrieve
from urllib.parse import quote
from base64 import b64encode from base64 import b64encode
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET