Fix profile auth

One device id per user.
This commit is contained in:
angelblue05 2018-09-12 22:51:28 -05:00
parent 2deb31b294
commit 60db191efa
5 changed files with 15 additions and 5 deletions

View file

@ -46,6 +46,7 @@ class HTTP(object):
return
try:
LOG.warn("Closing session %s", id(self.session))
self.session.close()
except Exception as error:
LOG.warn("The requests session could not be terminated: %s", error)