summaryrefslogtreecommitdiffstatshomepage
path: root/py/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/main.c')
-rw-r--r--py/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/main.c b/py/main.c
index d765bc24f1..7b17c38a85 100644
--- a/py/main.c
+++ b/py/main.c
@@ -40,7 +40,7 @@ int main(int argc, char **argv) {
py_lexer_free(lex);
- if (0) {
+ if (1) {
// execute it
py_obj_t module_fun = rt_make_function_from_id(1);
if (module_fun != py_const_none) {