mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
Add ADB env check + auto start
This commit is contained in:
@@ -71,6 +71,10 @@ class Cdm:
|
||||
"""
|
||||
symbols = {}
|
||||
if path:
|
||||
# Verify symbols file path
|
||||
if not path.is_file():
|
||||
raise FileNotFoundError('Symbols file not found')
|
||||
|
||||
try:
|
||||
# Parse the XML file
|
||||
program = xmltodict.parse(path.read_bytes())['PROGRAM']
|
||||
|
||||
Reference in New Issue
Block a user