klassmann

Untitled

Dec 26th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1. proxy_bind = []
  2.  
  3. query = modelos.ConfigCache.query
  4. config_cache_first = query.first()
  5.  
  6. if len(config_cache_first.bind_interface) > 0:
  7.     binds = config_cache_first.bind_interface.split(';')
  8.     binds = binds[:-1]
  9.  
  10.     for bind in binds:
  11.         proxy_bind.append(bind)
Advertisement
Add Comment
Please, Sign In to add comment