Skip to content

Commit

Permalink
Django-instant api change
Browse files Browse the repository at this point in the history
  • Loading branch information
syn committed Sep 12, 2016
1 parent ed97171 commit 58d2c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presence/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os
from cent.core import Client
from instant import broadcast
from instant.producers import broadcast
from instant.conf import CENTRIFUGO_PORT, CENTRIFUGO_HOST, SECRET_KEY
from presence.conf import ASYNC_BACKEND, CHANNEL, GLOBAL_WORKER
if ASYNC_BACKEND == 'celery':
Expand Down

0 comments on commit 58d2c07

Please sign in to comment.