diff --git a/wincpy/helpers.py b/wincpy/helpers.py index a1f2b63..eab084b 100644 --- a/wincpy/helpers.py +++ b/wincpy/helpers.py @@ -12,7 +12,7 @@ def get_iddb(): - iddb_url = "https://raw.githubusercontent.com/WincAcademy/wincid/master/iddb.json?token=GHSAT0AAAAAACSDK43X26RKUAOMDHGRSRAQZULSZSQ" + iddb_url = "https://github.com/WincAcademy/wincid/raw/master/iddb.json" iddb_bytes = urllib.request.urlopen(iddb_url, timeout=1).read() iddb = json.loads(iddb_bytes) try: