From 86a58859d6053c9bb3ca15e8fcde6ca47f5bc0ce Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Sat, 4 Jul 2020 19:35:18 +0930 Subject: [PATCH] Update URLs to payload format files. --- src/horusdemodlib/payloads.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/horusdemodlib/payloads.py b/src/horusdemodlib/payloads.py index 55d79fb..4acd957 100644 --- a/src/horusdemodlib/payloads.py +++ b/src/horusdemodlib/payloads.py @@ -10,7 +10,7 @@ HORUS_PAYLOAD_LIST = {0:'4FSKTEST', 1:'HORUSBINARY', 65535:'HORUSTEST'} # URL for payload list # TODO: Move this into horusdemodlib repo -PAYLOAD_ID_LIST_URL = "https://raw.githubusercontent.com/projecthorus/horusbinary/master/payload_id_list.txt" +PAYLOAD_ID_LIST_URL = "hhttps://raw.githubusercontent.com/projecthorus/horusdemodlib/master/payload_id_list.txt" # Custom field data. HORUS_CUSTOM_FIELDS = { @@ -37,7 +37,7 @@ HORUS_CUSTOM_FIELDS = { # Custom Field JSON URL -HORUS_CUSTOM_FIELD_URL = "" +HORUS_CUSTOM_FIELD_URL = "https://raw.githubusercontent.com/projecthorus/horusdemodlib/master/custom_field_list.json" def read_payload_list(filename="payload_id_list.txt"): """ Read in the payload ID list, and return the parsed data as a dictionary """