bot
commited on
Commit
·
8929076
1
Parent(s):
7c1614e
Fix
Browse files
main.py
CHANGED
@@ -166,7 +166,7 @@ async def init_client():
|
|
166 |
else:
|
167 |
TG_BOT_APPLICATION = (
|
168 |
Application.builder()
|
169 |
-
.base_url("https://tg.alist.dpdns.org")
|
170 |
.token(TG_BOT_TOKEN)
|
171 |
.build()
|
172 |
)
|
|
|
166 |
else:
|
167 |
TG_BOT_APPLICATION = (
|
168 |
Application.builder()
|
169 |
+
.base_url("https://tg.alist.dpdns.org/bot")
|
170 |
.token(TG_BOT_TOKEN)
|
171 |
.build()
|
172 |
)
|