mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-06 03:55:36 -05:00
Quit with return code to indicate error
This commit is contained in:
@@ -22,7 +22,7 @@ proc initRedisPool*(cfg: Config) =
|
||||
host=cfg.redisHost, port=cfg.redisPort)
|
||||
except OSError:
|
||||
echo "Failed to connect to Redis."
|
||||
quit()
|
||||
quit(1)
|
||||
|
||||
template toKey(p: Profile): string = "p:" & toLower(p.username)
|
||||
template toKey(v: Video): string = "v:" & v.videoId
|
||||
|
||||
Reference in New Issue
Block a user