mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 17:48:27 +08:00
4 lines
128 B
Python
4 lines
128 B
Python
#!/usr/bin/env python3
|
|
import json
|
|
import requests
|
|
print(requests.get("http://update.gfdgdxi.top/update.json").json()["Url"][0]) |