diff options
author | 2022-07-23 02:41:20 +0200 | |
---|---|---|
committer | 2022-07-23 02:41:20 +0200 | |
commit | 0a462106c0834a1142da24ba5854b8e7af0b1b34 (patch) | |
tree | 7e2b236cdb0d578c21bd20b20fc6443b424181e2 /pydis_site | |
parent | Rework sentence urging reaching out to the events team (diff) |
Be explicit about example in rule being an allowed use-case
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/rules.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/9/rules.html b/pydis_site/templates/events/pages/code-jams/9/rules.html index f17431e9..9a28852f 100644 --- a/pydis_site/templates/events/pages/code-jams/9/rules.html +++ b/pydis_site/templates/events/pages/code-jams/9/rules.html @@ -16,7 +16,7 @@ <p> <strong>The core of your project must use WebSockets as its communication protocol.</strong>. This means that you are allowed to use other methods of communication where WebSockets cannot be implemented, however, that should be a non-significant portion of your project. - For example, serving static files for a website cannot be done over WebSockets and it does not pose as a significant portion of a project. + For example, serving static files for a website cannot be done over WebSockets and it does not pose as a significant portion of a project, therefore it is allowed. </p> <p>This rule does not apply to databases and files when used for <i>storage purposes</i> even though that may be a significant portion of your project. Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also exempt from this rule.</p> |