Skip to content

dinghy-ping-v1.3.0

Latest
Compare
Choose a tag to compare
@sepulworld sepulworld released this 03 Jul 06:13
· 2 commits to master since this release

v1.3.0 (2022-07-01)

  • [Zane]
    • Redesign code to match Flask best practices
      • use config.py for application configs
      • create_app function to initialize flask app from configs
      • route.py for routes, moved dinghy-ping functions to utils
      • websocket endpoints to ws.py
    • improve some error handling