Skip to content

Commit c1daf37

Browse files
authored
Update To Asdb
1 parent 6dc048d commit c1daf37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Code/app.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ def Check_Update():
3333
if Update[0]:
3434
webbrowser.open(Update[1].replace("github.com","hub.fastgit.xyz"))
3535
else:
36-
webbrowser.open("https://livedb.asoulfan.com/rangeDownload/index.html")
36+
webbrowser.open("https://rd.asdb.live")
37+
webbrowser.open("https://asdb.live")
3738
print("服务已启动")
3839
while True:
3940
try:
4041
time.sleep(2)
4142
except KeyboardInterrupt:
4243
print("Exit")
43-
sys.exit()
44+
sys.exit()

0 commit comments

Comments
 (0)