Update
This commit is contained in:
parent
5c63c26884
commit
f2194b4ebe
|
@ -52,6 +52,7 @@ function runPython() {
|
|||
if (pythonShouldRun) {
|
||||
process.stdout.write(' but another request arrive, so we will relaunch it\n');
|
||||
pythonShouldRun = false;
|
||||
pythonRunning = false;
|
||||
runPython();
|
||||
} else {
|
||||
process.stdout.write('\n');
|
||||
|
|
|
@ -33,6 +33,11 @@ block content
|
|||
| It may also contain more files, such as
|
||||
| binary files with neural network weights, or
|
||||
| such as other python modules.
|
||||
p.content.has-text-justified
|
||||
| Please, use as few modules as possible. The
|
||||
| server won't have pygame or matplotlib, so
|
||||
| importing those kind of modules in your AI
|
||||
| will crash the script.
|
||||
p.content.has-text-justified
|
||||
| Please note that this archive must not
|
||||
| contain a directory, it must only contain the
|
||||
|
|
Loading…
Reference in New Issue