This commit is contained in:
Thomas Forgione 2019-03-27 17:06:10 +01:00
parent 5c63c26884
commit f2194b4ebe
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
2 changed files with 6 additions and 0 deletions

View File

@ -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');

View File

@ -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