diff --git a/docs/index.html b/docs/index.html index 62bc1c1..2e4e4ce 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,8 +10,8 @@ - -
+ +
-
+
Input code
@@ -39,8 +39,8 @@

COMPY

-
-
+
+
Output code
@@ -57,11 +57,11 @@

COMPY

-
-
+
+
Terminal
-
+
@@ -69,7 +69,7 @@

COMPY

-
browse project sources at https://github.com/mlhoutel/compy
+
browse project sources at https://github.com/mlhoutel/compy
@@ -153,7 +153,7 @@

COMPY

} try { - this.python.runPython(`import sys\nprint(sys.version)`); + this.python.runPython(`import sys\nsys.setrecursionlimit(100000)\nprint(sys.version)`); this.python.runPython(this.outputSnippet.getValue()); } catch (e) { this.terminal += `ERROR: ${e}\n`;