This commit is contained in:
j 2019-01-11 15:18:53 +05:30
commit dcc5e859a5
4 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ from sqlalchemy.sql.expression import text
from sqlalchemy import func
from oxtornado import actions
import utils #utils must be imported before websocket to avoid loop
import utils # utils must be imported before websocket to avoid loop
from websocket import trigger_event
import meta
from . import models