Mercurial > code > home > repos > sco-bot
diff scobot/index/build_index_flow.py @ 14:b9c2b7fedbcd
fix up deployment and connect ui to server again
author | drewp@bigasterisk.com |
---|---|
date | Thu, 11 Jul 2024 22:11:41 -0700 |
parents | 403eff4a16c8 |
children | 6ed25bcaaf1f |
line wrap: on
line diff
--- a/scobot/index/build_index_flow.py Thu Jul 11 21:32:24 2024 -0700 +++ b/scobot/index/build_index_flow.py Thu Jul 11 22:11:41 2024 -0700 @@ -91,7 +91,7 @@ log = get_run_logger() scobot.index.access.log = log - index = SearchIndex(Path('/tmp/scoindex')) + index = SearchIndex(Path('data/index')) for url in meetingListUrls(): mtgs = cast(list[MeetingRow], getCityMutableJson(url)) log.info(f'got {len(mtgs)=}')