mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
PiAlert -> NetAlertX ✍
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
""" Colection of generic functions to support Pi.Alert """
|
||||
""" Colection of generic functions to support NetAlertX """
|
||||
|
||||
import io
|
||||
import sys
|
||||
@@ -738,7 +738,7 @@ def checkNewVersion():
|
||||
data = ""
|
||||
|
||||
try:
|
||||
url = requests.get("https://api.github.com/repos/jokob-sk/Pi.Alert/releases")
|
||||
url = requests.get("https://api.github.com/repos/jokob-sk/NetAlertX/releases")
|
||||
text = url.text
|
||||
data = json.loads(text)
|
||||
except requests.exceptions.ConnectionError as e:
|
||||
|
||||
Reference in New Issue
Block a user