1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Limit search length

This commit is contained in:
Zed
2019-09-13 23:28:20 +02:00
parent 5510330f70
commit f707826241
3 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import asyncdispatch, strutils
import jester
import router_utils, timeline
import ".."/[cache, agents, search]
import ".."/[cache, agents, query]
import ../views/general
include "../views/rss.nimf"