Skip to content

Commit 974c554

Browse files
Bluenix2wookie184
andauthored
Reword new codejam rule exception clause
Co-authored-by: wookie184 <[email protected]>
1 parent e839085 commit 974c554

File tree

1 file changed

+2
-2
lines changed
  • pydis_site/templates/events/pages/code-jams/9

1 file changed

+2
-2
lines changed

pydis_site/templates/events/pages/code-jams/9/rules.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<p><strong>Your solution must only communicate through WebSockets</strong>. Any communication between the client and server (or any two server workers), must utilize WebSockets.</p>
1717

1818
<p>
19-
Exceptions to this rule are made for resources such as databases and files, albeit excluding usage other than for storage.
19+
An exception to this rule is that communication with databases and files is allowed for accessing resources or for storage purposes.
2020
For example, you may use PostgreSQL as a database but not its `NOTIFY` command.
21-
Lastly, working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also exempted from this rule.
21+
Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also allowed.
2222
</p>
2323
</li>
2424
<li><p>Your solution should be platform agnostic. For example, if you use filepaths in your submission, use <code>pathlib</code> to create platform agnostic Path objects instead of hardcoding the paths.</p></li>

0 commit comments

Comments
 (0)