twtxtlist/src/worker.nim

10 lines
154 B
Nim
Raw Normal View History

2016-02-06 23:14:55 +00:00
import os, threadpool, twtxt
when isMainModule:
while true:
try:
spawn updateTweetsOnce()
except: discard
sleep 300_000 # 5 minutes