comment this out for now
This commit is contained in:
parent
ad101251bb
commit
a9b8d923ba
|
@ -74,6 +74,7 @@ proc updateTweetsByUser*(db: DBConn, username, url: string) {. gcsafe .} =
|
||||||
counter = counter + 1
|
counter = counter + 1
|
||||||
except: discard
|
except: discard
|
||||||
|
|
||||||
|
when false:
|
||||||
if counter > 0:
|
if counter > 0:
|
||||||
let
|
let
|
||||||
msg = "Added " & $counter & " tweets from @<" & username & " " & url & ">"
|
msg = "Added " & $counter & " tweets from @<" & username & " " & url & ">"
|
||||||
|
|
Loading…
Reference in New Issue