Skip to content
Snippets Groups Projects
Commit 7024bd29 authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

update sams_classes/sams_hub.py __init__ to allow use of sessions

parent 4f6cc33b
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ class SAMSHub:
self._apps = {}
self._flaskApp = Flask(name)
self._flaskApp.context_processor(self._context_processor)
self._flaskApp.secret_key = 'my awesome SAMSHub secret_key'
def addApp(self, app: SAMSApp = None):
if not isinstance(app, SAMSApp):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment