Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. def get_auth_token(username = config.get('username', 'foo'),
  2. password = config.get('password', 'bar'),
  3. base_url = config.get('api_url', 'bla')):
  4.  
  5. def get_auth_token(username = config.get('username', 'foo'),
  6. password = config.get('password', 'bar'),
  7. base_url = config.get('api_url', 'bla')):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement