mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
cleaning up
This commit is contained in:
@@ -23,7 +23,7 @@ show_object = show
|
||||
def _get_app() -> web.Application:
|
||||
"""Required by aiohttp-devtools"""
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
from logo.logo import build_logo
|
||||
from logo import build_logo
|
||||
server.show_cad(build_logo(), 'logo')
|
||||
return server.app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user