Update embedder.cs

This commit is contained in:
Diego Capriotti
2024-05-29 11:42:51 +02:00
committed by GitHub
parent 9758ef7d1a
commit 17ad06eb90
+1 -1
View File
@@ -39,7 +39,7 @@ class Program
string pythonCode = @"
print("paste Pyramid cradle here")
print(""paste Pyramid cradle here"")
";
if (PyRun_SimpleString(pythonCode) != 0)