mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
return after sending 404
This commit is contained in:
parent
1bfe768601
commit
0868e643c9
|
|
@ -89,6 +89,7 @@ class CompiledAssetsController(Controller):
|
|||
profileName = self.request.matches.group(1)
|
||||
if profileName not in CompiledAssetsController.profiles:
|
||||
self.send_response("profile not found", code=404)
|
||||
return
|
||||
|
||||
files = CompiledAssetsController.profiles[profileName]
|
||||
logger.debug(files)
|
||||
|
|
|
|||
Loading…
Reference in a new issue