Forget to code off-line-shell/GetNewestDebUrl.py

This commit is contained in:
2023-12-03 10:10:11 +08:00
parent e811970e08
commit 02c882c33c
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
import json
import requests
print(requests.get("http://update.gfdgdxi.top/update.json").json()["Url"][0])