Skip to content

Commit

Permalink
debugpy.wait_for_client() seems to be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Sep 5, 2024
1 parent c1469a3 commit a539f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import debugpy

debugpy.listen(("0.0.0.0", 5678))
debugpy.wait_for_client()


def setup_logging():
Expand Down

0 comments on commit a539f84

Please sign in to comment.