summaryrefslogtreecommitdiff
path: root/megapixels/commands/site/watch.py
diff options
context:
space:
mode:
Diffstat (limited to 'megapixels/commands/site/watch.py')
-rw-r--r--megapixels/commands/site/watch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/commands/site/watch.py b/megapixels/commands/site/watch.py
index 7bd71038..d1c75c29 100644
--- a/megapixels/commands/site/watch.py
+++ b/megapixels/commands/site/watch.py
@@ -35,7 +35,7 @@ def cli(ctx):
observer.schedule(SiteBuilder(), path=cfg.DIR_SITE_CONTENT, recursive=True)
observer.start()
- build_file(cfg.DIR_SITE_CONTENT + "/datasets/lfw/index.md")
+ #build_file(cfg.DIR_SITE_CONTENT + "/datasets/brainwash/index.md")
try:
while True: