Commit d65bb7c9 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos/slap/slap.py: Fix typo

parent 16ca1f2c
......@@ -707,7 +707,7 @@ class ConnectionHelper:
# self.session will handle requests using HTTP Cache Control rules.
self.uncached_session = requests.Session()
self.session = CacheControl(self.uncached_session),
self.session = CacheControl(self.uncached_session,
cache=FileCache(os.path.expanduser("~/.slapos_cached_get"))
def getComputerInformation(self, 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