summaryrefslogtreecommitdiff
path: root/app/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/api.go')
-rwxr-xr-xapp/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/api.go b/app/api.go
index 0398d3c..c891c36 100755
--- a/app/api.go
+++ b/app/api.go
@@ -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