mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-06 03:55:36 -05:00
Silence Jester's query warning
This commit is contained in:
@@ -36,7 +36,8 @@ proc initRedisPool*(cfg: Config) {.async.} =
|
||||
await migrate("frosty", "*")
|
||||
|
||||
except OSError:
|
||||
echo "Failed to connect to Redis."
|
||||
stdout.write "Failed to connect to Redis.\n"
|
||||
stdout.flushFile
|
||||
quit(1)
|
||||
|
||||
template toKey(p: Profile): string = "p:" & toLower(p.username)
|
||||
|
||||
Reference in New Issue
Block a user