Javidjms/influxable

Basic auth is broken

Closed this issue · 1 comments

d485f9f broke basic auth. In https://github.com/Javidjms/influxable/blob/develop/influxable/request.py#L18 self.auth is not set if token is not given. I guess the condition is accidentally flipped?

Yeah sorry for the accidental flip