Skip to content
Snippets Groups Projects
Commit 4ef52f61 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Add back the LtaStager variable for direct access

parent 59aca06b
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ for f in ["~/.awe/Environment.cfg", "~/.stagingrc"]:
if user is not None and passw is not None:
print("%s - stager_access: Creating proxy" % (datetime.datetime.now()))
proxy = xmlrpclib.ServerProxy("https://"+user+':'+passw+"@webportal.astron.nl/service-public/xmlrpc")
LtaStager = proxy.LtaStager
else:
print("%s - stager_access: Could not find a file with user credentials." % (datetime.datetime.now()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment