Skip to content

Commit

Permalink
fix time error
Browse files Browse the repository at this point in the history
unix timastamp starts at 1970-01-01 08:00:00
  • Loading branch information
thekingofcity committed Apr 12, 2018
1 parent 8acc4f0 commit 97eb14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/spider.yaml
Expand Up @@ -19,7 +19,7 @@ yundama_passwd: xxxxxx # password for yundama

# only crawl weibo(bowen) after
# only affect to home crawler
time_after: '1970-01-01 00:00:00'
time_after: '1970-01-01 08:00:00'

# whether account follows the uid below
# if yes rows in wbuser will have 1 at isFan column
Expand Down

0 comments on commit 97eb14a

Please sign in to comment.