mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
ecc8bc5a95
commit
e1b3e9db76
8 changed files with 70 additions and 69 deletions
|
|
@ -21,8 +21,7 @@ when defined(release):
|
|||
addHandler(newConsoleLogger())
|
||||
setLogFilter(lvlError)
|
||||
|
||||
let http = if cfg.useHttps: "https" else: "http"
|
||||
stdout.write &"Starting Nitter at {http}://{cfg.hostname}\n"
|
||||
stdout.write &"Starting Nitter at {getUrlPrefix(cfg)}\n"
|
||||
stdout.flushFile
|
||||
|
||||
updateDefaultPrefs(fullCfg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue