Commit 959ee267 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos/slap/slap.py: Fix yet another typo

parent d65bb7c9
......@@ -708,7 +708,7 @@ class ConnectionHelper:
# self.session will handle requests using HTTP Cache Control rules.
self.uncached_session = requests.Session()
self.session = CacheControl(self.uncached_session,
cache=FileCache(os.path.expanduser("~/.slapos_cached_get"))
cache=FileCache(os.path.expanduser("~/.slapos_cached_get")))
def getComputerInformation(self, computer_id):
xml = self.GET('getComputerInformation', params={'computer_id': computer_id})
......
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