Skip to content

Commit

Permalink
Do not use Flush
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput authored Sep 9, 2024
1 parent e9bbfb0 commit 27a104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtracepython/child.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class globs:


def eprint(*args, **kwargs):
print(*args, flush=True, **kwargs)
print(*args, **kwargs)


def post_json(full_url, obj):
Expand Down

0 comments on commit 27a104a

Please sign in to comment.