You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pydis_site/templates/events/pages/code-jams/9/rules.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
<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>
17
17
18
18
<p>
19
-
An exception to this rule is that communication with databases and files is allowed for accessing resources or for storage purposes.
19
+
An exception to this rule is that communication with databases and files is allowed for accessing resources or for storage purposes.
20
20
For example, you may use PostgreSQL as a database but not its `NOTIFY` command.
21
21
Working with subprocesses (through stdin/stdout or <code>multiprocessing.Pool()</code>/<code>concurrent.futures.ProcessPoolExecutor()</code>) is also allowed.
0 commit comments