Skip to content

Commit 5e60a1a

Browse files
committedJun 4, 2015
Use kw and site.timeline as dependencies
1 parent bcb0e5d commit 5e60a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎v6/random_post/random_post.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def gen_tasks(self):
5959
(create_json, (output_filename, urls)),
6060
(create_index, (output_index, )),
6161
],
62-
'uptodate': [utils.config_changed({1: self.site.timeline})],
62+
'uptodate': [utils.config_changed({1: kw, 2: self.site.timeline})],
6363
}
6464

6565

0 commit comments

Comments
 (0)
Failed to load comments.