diff options
Diffstat (limited to 'app/api.go')
| -rwxr-xr-x | app/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ func (a API) sendMedia(d *devianter.Deviation) { } } -// TODO: сделать фильтры +// TODO: add filters func (a API) Random() { // Bounded retries: the loop used to be unbounded, and the DeviantArt-error // path never incremented attempt, so a single request could spin forever |
