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 Aug 6, 2024
1 parent e751c89 commit ee69b3c
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 ee69b3c

Please sign in to comment.