Try again
This commit is contained in:
parent
3428b6144c
commit
cd4f60b564
|
@ -172,8 +172,8 @@ hub:
|
||||||
|
|
||||||
|
|
||||||
class RefreshHandler(HubOAuthenticated, RequestHandler):
|
class RefreshHandler(HubOAuthenticated, RequestHandler):
|
||||||
def initialize(self, hub_auth):
|
def initialize(self):
|
||||||
self.hub_auth = hub_auth
|
self.hub_auth = self.get_current_user()
|
||||||
@authenticated
|
@authenticated
|
||||||
def get(self):
|
def get(self):
|
||||||
# app_log.info(f"DEBUG: In refresh get {os.environ}")
|
# app_log.info(f"DEBUG: In refresh get {os.environ}")
|
||||||
|
|
Loading…
Reference in a new issue