rest - fixed socketio import

This commit is contained in:
Blake J. Harnden 2018-09-14 10:46:47 -07:00
parent 0d63630c99
commit c50dfdda85
3 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
from flask.ext.socketio import SocketIO, emit
from flask_socketio import SocketIO
from core import logger