mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
update log msg for scan
This commit is contained in:
@@ -316,13 +316,13 @@ class IGDBHandler:
|
||||
with open(MAME_XML_FILE, "r") as index_xml:
|
||||
mame_index = xmltodict.parse(index_xml.read())
|
||||
except FileNotFoundError:
|
||||
log.warning("Fetching the MAME XML file from HyperspinFE...")
|
||||
log.warning("Fetching the MAME XML file from Github...")
|
||||
await update_mame_xml_task.run(force=True)
|
||||
try:
|
||||
with open(MAME_XML_FILE, "r") as index_xml:
|
||||
mame_index = xmltodict.parse(index_xml.read())
|
||||
except FileNotFoundError:
|
||||
log.error("Could not fetch the MAME XML file from HyperspinFE")
|
||||
log.error("Could not fetch the MAME XML file from Github")
|
||||
finally:
|
||||
index_entry = [
|
||||
game
|
||||
|
||||
Reference in New Issue
Block a user