From ff8c2560f1e5ffb1189c51091ff8123a8871fe21 Mon Sep 17 00:00:00 2001 From: "Juraj K." <140317448+mostypc123@users.noreply.github.com> Date: Sun, 17 Nov 2024 20:15:46 +0100 Subject: [PATCH 1/3] Update main.py --- src/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.py b/src/main.py index 5224317..1b7eb73 100644 --- a/src/main.py +++ b/src/main.py @@ -214,7 +214,7 @@ def OnChar(self, event): "iter", "len", "list", "locals", "map", "max", "memoryview", "min", "next", "object", "oct", "open", "ord", "pow", "print", "property", "range", "repr", "reversed", "round", "set", "setattr", "slice", "sorted", "staticmethod", "str", - "sum", "super", "tuple", "type", "vars", "zip", "__name__" + "sum", "super", "tuple", "type", "vars", "zip", "__name__", "print", "import", "as", "from" ] # Convert the list of completions into a space-separated string @@ -431,7 +431,6 @@ def export_to_html(self, log_filename, output_message, return_visualization):