|
@ -90,7 +90,7 @@ def find_existing_instances( **kwargs ): |
|
|
print "Checking Murmur instance with id %d." % id; |
|
|
print "Checking Murmur instance with id %d." % id; |
|
|
# first check that the server has not yet been inserted into the DB |
|
|
# first check that the server has not yet been inserted into the DB |
|
|
try: |
|
|
try: |
|
|
instance = models.Mumble.objects.get( srvid=id ); |
|
|
|
|
|
|
|
|
instance = models.Mumble.objects.get( dbus=dbusName, srvid=id ); |
|
|
except models.Mumble.DoesNotExist: |
|
|
except models.Mumble.DoesNotExist: |
|
|
conf = ctl.getAllConf(id); |
|
|
conf = ctl.getAllConf(id); |
|
|
|
|
|
|
|
|