# | Line 28 | Line 28 | class ServerCommunicator: | |
---|---|---|
28 | Open the communication with an Analysis Server by passing the server URL and the port | |
29 | """ | |
30 | ||
31 | < | self.ServerTwiki = 'https://twiki.cern.ch/twiki/bin/view/CMS/CrabServer#Server_available_for_users' |
31 | > | self.ServerTwiki = 'https://twiki.cern.ch/twiki/bin/view/CMS/CrabServerForUsers#Server_available_for_users' |
32 | ||
33 | self.asSession = C_AS_Session(serverName, serverPort) | |
34 | self.cfg_params = cfg_params |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |