We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7ae41 commit 9bd34e1Copy full SHA for 9bd34e1
labthings/server/find.py
@@ -19,7 +19,7 @@ def current_labthing(app=None):
19
logging.debug("Active app extensions:")
20
logging.debug(app.extensions)
21
logging.debug("Active labthing:")
22
- logging.debug(app.extensions[EXTENSION_NAME])
+ logging.debug(app.extensions.get(EXTENSION_NAME))
23
return app.extensions.get(EXTENSION_NAME, None)
24
25
0 commit comments