diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-13 11:24:00 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-13 11:24:00 +0100 |
commit | ea8d39f93c1a69d804ffed9b18ab7abc76edadfc (patch) | |
tree | 8adf0b661170dc558e34c5a1e765bd2fab75e1c6 | |
parent | e4c3adff06b72cf650d67403c867c72dfb6075e4 (diff) | |
download | khanindexer-ea8d39f93c1a69d804ffed9b18ab7abc76edadfc.tar.xz khanindexer-ea8d39f93c1a69d804ffed9b18ab7abc76edadfc.zip |
Fix python script name to run
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ For now there is an example spider with neodarz website. For testing it just run: ``` -python run.py +python app.py ``` The database is in the sqlite file `khanindexer.db` at the root of the project. |