File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt update && apt install -y --no-install-recommends tzdata ca-certificates
1010
1111FROM debian:bookworm-slim AS nodebuilder
1212RUN apt update && apt install -y --no-install-recommends curl ca-certificates unzip
13- RUN curl -fL https://github.com/tgbot-collection/YYeTsFE/releases/download/ads-2026-05-14 /build.zip -o build.zip
13+ RUN curl -fL https://github.com/tgbot-collection/YYeTsFE/releases/download/ads-2026-05-19 /build.zip -o build.zip
1414RUN unzip build.zip && rm build.zip
1515
1616
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ def run_server(port, host):
162162if __name__ == "__main__" :
163163 timez = ZoneInfo ("Asia/Shanghai" )
164164 scheduler = BackgroundScheduler (timezone = timez )
165- scheduler .add_job (Other ().reset_top , trigger = CronTrigger .from_crontab ("0 0 * * 1 " ))
165+ scheduler .add_job (Other ().reset_top , trigger = CronTrigger .from_crontab ("0 0 */14 * * " ))
166166 scheduler .add_job (sync_douban , trigger = CronTrigger .from_crontab ("1 1 * * *" ))
167167 # scheduler.add_job(entry_dump, trigger=CronTrigger.from_crontab("2 2 1 * *"))
168168 scheduler .add_job (Other ().import_ban_user , "interval" , seconds = 300 )
You can’t perform that action at this time.
0 commit comments