Post #562767
2026-03-03 14:14 UTC
I'd like to have some restart functionality when developing with python, e.g. a watcher that watches for changes and then restarts the script.
Replies (1)
-
@rtn@chaos.social 2026-03-03 14:16
I can solve this by using e.g. `nodemon --exec python main.py` but I'd prefer to use something else than nodemon.