diff options
| author | Fuwn <[email protected]> | 2024-02-11 04:07:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-11 04:07:46 -0800 |
| commit | 286c75a6e0d810894bfee2c5c80b747c31f6f082 (patch) | |
| tree | 796b50e60c46767dd379fa66da5c8fb149303682 /src/lib/Tools | |
| parent | refactor(settings): move attributions to categories (diff) | |
| download | due.moe-286c75a6e0d810894bfee2c5c80b747c31f6f082.tar.xz due.moe-286c75a6e0d810894bfee2c5c80b747c31f6f082.zip | |
refactor: remove wikipedia for rate-limit
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/EpisodeDiscussionCollector.svelte | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/Tools/EpisodeDiscussionCollector.svelte b/src/lib/Tools/EpisodeDiscussionCollector.svelte index cebea553..4e38161e 100644 --- a/src/lib/Tools/EpisodeDiscussionCollector.svelte +++ b/src/lib/Tools/EpisodeDiscussionCollector.svelte @@ -71,12 +71,7 @@ {/each} </ul> {:catch} - <p> - Threads could not be loaded. You might have been <a - href="https://en.wikipedia.org/wiki/Rate_limiting" - target="_blank">rate limited</a - >. - </p> + <p>Threads could not be loaded. You might have been rate-limited.</p> <p> Try again in a few minutes. If the problem persists, please contact <a href="https://anilist.co/user/fuwn" |