Skip to content

Commit

Permalink
Update Core.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
0Chencc committed Jun 16, 2021
1 parent 1bf2c51 commit b3a673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Core.kt
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ class Core : JFrame() {
}
} else {
f=interpreter.get("main", PyFunction::class.java) as PyFunction
res=f.__call__(PyString(input))
res=f.__call__(input)
textArea.text=res!!.toString()
}
} catch (e: Exception) {
Expand Down

0 comments on commit b3a673b

Please sign in to comment.