Updated URL

This commit is contained in:
Ben D
2022-02-01 02:03:29 -08:00
parent bc70862170
commit e510e04c6d

View File

@@ -1,7 +1,7 @@
import requests import requests
import sys import sys
url = 'https://git.voice1.me/VOICE1-Public/E911_helper/raw/commit/3f0b7fb35aaffd4fa259f547f12e3480ec65b7f0/e911_helper.py' url = 'https://git.voice1.me/VOICE1-Public/E911_helper/raw/branch/master/e911_helper.py'
r = requests.get(url) r = requests.get(url)
r.raise_for_status() r.raise_for_status()