mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
convert py2 -> py3
This commit is contained in:
@@ -2,4 +2,4 @@ from django.conf import settings
|
||||
|
||||
|
||||
def get_local_queuename():
|
||||
return settings.CLUSTER_HOST_ID.encode('utf-8')
|
||||
return settings.CLUSTER_HOST_ID
|
||||
|
||||
Reference in New Issue
Block a user