Skip to content

Commit

Permalink
Ensure prints are logged (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jan 1, 2025
1 parent 6c765e7 commit 1f1d3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from web import Web

if __name__ == "__main__":
sys.stdout = sys.stderr
asyncio.set_event_loop_policy(asyncio_glib.GLibEventLoopPolicy())
loop = asyncio.get_event_loop()
loop.add_signal_handler(SIGINT, sys.exit)
Expand Down

0 comments on commit 1f1d3ec

Please sign in to comment.