Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- proxy_bind = []
- query = modelos.ConfigCache.query
- config_cache_first = query.first()
- if len(config_cache_first.bind_interface) > 0:
- binds = config_cache_first.bind_interface.split(';')
- binds = binds[:-1]
- for bind in binds:
- proxy_bind.append(bind)
Advertisement
Add Comment
Please, Sign In to add comment