Sync
This commit is contained in:
parent
8163483591
commit
91c9cc43ec
@ -143,10 +143,6 @@ class UpdateServiceRow(tables.Row):
|
|||||||
link = request.__dict__['META']['HTTP_REFERER']
|
link = request.__dict__['META']['HTTP_REFERER']
|
||||||
datacenter_id = re.search('windc/(\S+)', link).group(0)[6:-1]
|
datacenter_id = re.search('windc/(\S+)', link).group(0)[6:-1]
|
||||||
|
|
||||||
LOG.critical('////////////////')
|
|
||||||
LOG.critical(datacenter_id)
|
|
||||||
LOG.critical('////////////////')
|
|
||||||
|
|
||||||
return api.windc.services_get(request, datacenter_id, service_id)
|
return api.windc.services_get(request, datacenter_id, service_id)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user