From b711f63c4087b3a9f5617af5b55afe93f414ddf5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 16 Feb 2021 12:00:36 +0100 Subject: working websocket connection --- api/auth/login_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/auth/login_token.py') diff --git a/api/auth/login_token.py b/api/auth/login_token.py index 1004543..5812189 100644 --- a/api/auth/login_token.py +++ b/api/auth/login_token.py @@ -1,5 +1,5 @@ from flask import Blueprint, request -from main import cursor +from db import cursor from auth.token import validate_token, hash_token def token_login(token): -- cgit v1.2.3