Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 committed Dec 19, 2023
1 parent 624bab3 commit 26958b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ganga/GangaGUI/gui/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def load_user(user_id):
This function runs before first request. It stores actions and plugins information from the ganga. It create default session cookies. If WEB_CLI is also started then it also starts a Ganga session.
"""

global actions, plugins
global actions = {}
global plugins = {}

# Start ganga if WEB_CLI mode is True
if gui.config['WEB_CLI'] is True:
Expand Down

0 comments on commit 26958b5

Please sign in to comment.