aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2018-08-14 20:17:45 +0000
committerzsloan2018-08-14 20:17:45 +0000
commit8391ee3b93a3d2800fa833dd26fd6f48fa0e998a (patch)
treea140150ff911fbee278d6295214177711df2cade /wqflask
parent838362c116b02c090dadeb76cda27e9902a6626a (diff)
parent0974f41213e8013116708e146e2bb10518ac2c37 (diff)
downloadgenenetwork2-8391ee3b93a3d2800fa833dd26fd6f48fa0e998a.tar.gz
Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into production
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/user_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/user_manager.py b/wqflask/wqflask/user_manager.py
index d6f39e83..06a3e274 100644
--- a/wqflask/wqflask/user_manager.py
+++ b/wqflask/wqflask/user_manager.py
@@ -60,7 +60,7 @@ class AnonUser(object):
else:
logger.debug("CREATING NEW ANON COOKIE")
self.anon_id, self.cookie = create_signed_cookie()
- res = flask.make_response()
+ res = make_response()
res.set_cookie(self.cookie_name, self.cookie)
self.key = "anon_collection:v1:{}".format(self.anon_id)