mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
converting from socketio to channels websocket
This commit is contained in:
@@ -408,7 +408,7 @@ class ProjectUpdate(UnifiedJob, ProjectOptions, JobNotificationMixin):
|
||||
return True
|
||||
return False
|
||||
|
||||
def socketio_emit_data(self):
|
||||
def websocket_emit_data(self):
|
||||
return dict(project_id=self.project.id)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user