Skip to content

Commit bb33f8a

Browse files
authored
Update sync_rds.py
1 parent 65c31bf commit bb33f8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flask-consul/units/cloud/sync_rds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import requests,json
33
from units import consul_kv
44
from config import consul_token,consul_url,vendors,regions
5+
from units.config_log import *
56
headers = {'X-Consul-Token': consul_token}
67
geturl = f'{consul_url}/agent/services'
78
delurl = f'{consul_url}/agent/service/deregister'

0 commit comments

Comments
 (0)