We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a980041 commit d5b3579Copy full SHA for d5b3579
bridger/http.py
@@ -66,7 +66,6 @@ async def get_displaynames_all(request):
66
displaynames = await device.get_all_displaynames()
67
return web.json_response(displaynames)
68
69
-
70
logo_path = os.path.join(os.path.dirname(__file__), "../logo/logo.png")
71
if not os.path.exists(logo_path):
72
return web.Response(status=404, text="Logo not found")
0 commit comments