Commit 0be8463
committed
Update WebexTeamsAPI object
We cannot use the `self.base_url` object property until after `self._session` is initialized, which needs an access token that for an OAuth flow needs access to the base URL. To break this circular dependency, just use the base URL provided in the `base_url` parameter.1 parent 6c3237e commit 0be8463
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments