Commit 8099d381 authored by delanoe's avatar delanoe

[FIX] session management.

parent 86bf928f
......@@ -148,7 +148,8 @@ def get_session():
# the global session ------------
# pour les modules qui importent
# directement session
session = get_session()()
session = get_session()
#session = get_session()()
# -------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment