sitn / pytree

The potree python server application
8 stars 10 forks source link

Clean up #20

Closed kalbermattenm closed 3 years ago

kalbermattenm commented 3 years ago

Maybe more to come

monodo commented 3 years ago

You might want to use black: https://pypi.org/project/black/ for code formatting

kalbermattenm commented 3 years ago

Hmmmm... I just brought it back to some kind of minimalist application. We should definitely implement some logging, but we should rather use the default logging engines, either from Flask, either from the default logging module from Python.

@monodo, could you please review that?

kalbermattenm commented 3 years ago

Thanks!