Compare commits
2 commits
955b94456d
...
b9d04358f3
| Author | SHA1 | Date | |
|---|---|---|---|
|
b9d04358f3 |
|||
|
4d8fd145cf |
2 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None]:
|
||||||
trigger="interval",
|
trigger="interval",
|
||||||
minutes=1,
|
minutes=1,
|
||||||
id="send_to_discord",
|
id="send_to_discord",
|
||||||
max_instances=3,
|
max_instances=1,
|
||||||
next_run_time=datetime.now(tz=UTC),
|
next_run_time=datetime.now(tz=UTC),
|
||||||
)
|
)
|
||||||
scheduler.start()
|
scheduler.start()
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
id="resolve_urls"
|
id="resolve_urls"
|
||||||
name="resolve_urls"
|
name="resolve_urls"
|
||||||
{% if resolve_urls %}checked{% endif %} />
|
{% if resolve_urls %}checked{% endif %} />
|
||||||
<label class="form-check-label small" for="resolve_urls">Resolve final URL with redirects (uses httpx)</label>
|
<label class="form-check-label small" for="resolve_urls">Resolve final URL with redirects</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 form-check ms-1">
|
<div class="col-12 form-check ms-1">
|
||||||
<input class="form-check-input"
|
<input class="form-check-input"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue