Remove file hash from mame file url

This commit is contained in:
Georges-Antoine Assi
2024-01-12 13:21:33 -05:00
parent 8910d55265
commit b0276e7521

View File

@@ -18,7 +18,7 @@ class UpdateMAMEXMLTask(RemoteFilePullTask):
description="mame xml update",
enabled=ENABLE_SCHEDULED_UPDATE_MAME_XML,
cron_string=SCHEDULED_UPDATE_MAME_XML_CRON,
url="https://gist.githubusercontent.com/gantoine/0e2b9e25962bfd661ad2fe0ba0e72766/raw/59133cc98fa4c58992e4a789db394a85953b24df/gistfile1.txt",
url="https://gist.githubusercontent.com/gantoine/0e2b9e25962bfd661ad2fe0ba0e72766/raw/gistfile1.txt",
file_path=FIXTURE_FILE_PATH,
)