Guest User

Untitled

a guest
Nov 25th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Passing in this:
  2. return influxdb.InfluxDBClient(host=host,
  3. port=port,
  4. username=user,
  5. password=password,
  6. **client_args)
  7.  
  8. # Gives me this:
  9. # Passed invalid arguments: __init__() got an unexpected keyword argument '__pub_pid'.
Add Comment
Please, Sign In to add comment