We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc048d commit c1daf37Copy full SHA for c1daf37
Code/app.py
@@ -33,11 +33,12 @@ def Check_Update():
33
if Update[0]:
34
webbrowser.open(Update[1].replace("github.com","hub.fastgit.xyz"))
35
else:
36
- webbrowser.open("https://livedb.asoulfan.com/rangeDownload/index.html")
+ webbrowser.open("https://rd.asdb.live")
37
+ webbrowser.open("https://asdb.live")
38
print("服务已启动")
39
while True:
40
try:
41
time.sleep(2)
42
except KeyboardInterrupt:
43
print("Exit")
- sys.exit()
44
+ sys.exit()
0 commit comments