forked from cadence/breezewiki
Fix imports in wiki name downloader
This commit is contained in:
parent
bf055836cc
commit
d8d4e4375e
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
json
|
||||
net/http-easy
|
||||
html-parsing
|
||||
"src/xexpr-utils.rkt"
|
||||
"src/url-utils.rkt")
|
||||
"../src/xexpr-utils.rkt"
|
||||
"../src/url-utils.rkt")
|
||||
|
||||
(define output-file "wiki-names.json")
|
||||
(define limit "5000")
|
||||
|
|
Loading…
Reference in a new issue