Skip to content

Commit

Permalink
Update helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
winctooling authored Jul 12, 2024
1 parent 83e215d commit a3e9e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wincpy/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3e9e2c

Please sign in to comment.