mirror of
https://github.com/zedeus/nitter.git
synced 2025-01-11 07:05:33 +00:00
Fix accounts logging
This commit is contained in:
parent
898b19b92f
commit
37b58a5a7e
|
@ -12,7 +12,7 @@ var
|
|||
enableLogging = false
|
||||
|
||||
template log(str: varargs[string, `$`]) =
|
||||
if enableLogging: echo "[accounts] ", str
|
||||
if enableLogging: echo "[accounts] ", str.join("")
|
||||
|
||||
proc getPoolJson*(): JsonNode =
|
||||
var
|
||||
|
|
Loading…
Reference in a new issue