Skip to content

Commit

Permalink
android console output bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wishrohitv committed May 3, 2024
1 parent 44ee89e commit 0c3a7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def run_code(self):
exec(code, globals())
output = new_stdout.getvalue()
sys.stdout = old_stdout
print(output)

popup.content = ConsoleOutPutPopup(str(output))
popup.open()
Expand Down

0 comments on commit 0c3a7fe

Please sign in to comment.