This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Commit d46e0eb
committed
- All tests were previously failing with error `TypeError: object of `NoneType` has no len()`:
https://travis-ci.org/Instagram/python-instagram/jobs/58567079
- If we weren't given a `client_secret`, we don't have a secret to sign the request with, so `_signed_request()`
should just return the empty string.
1 parent 9ea533e commit d46e0eb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments