Skip to content

Commit 2ccc842

Browse files
committed
change ATLAS egroup
1 parent f7cea9f commit 2ccc842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recastcontrolcenter/server.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def extract_user_info(userdata):
8989
egroup_to_expt = {
9090
'cms-members': 'CMS',
9191
'alice-member': 'ALICE',
92-
'atlas-active-members-all': 'ATLAS',
92+
'atlas-active-physicists': 'ATLAS',
9393
'lhcb-general': 'LHCb'
9494
}
9595

@@ -264,4 +264,4 @@ def enter_sub(sid,data):
264264

265265
#subscribe to any future updates
266266
sio.enter_room(sid, data['room'], namespace='/subjobmon')
267-
#
267+
#

0 commit comments

Comments
 (0)