Skip to content

Commit

Permalink
change scrape.py to main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gambolputty committed Dec 28, 2023
1 parent d7ef9ac commit 4bc544f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "Python-Modul",
"type": "python",
"request": "launch",
"module": "newscorpus.scrape",
"module": "newscorpus.main",
"justMyCode": true
}
]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
scrape = "newscorpus.scrape:init"
scrape = "newscorpus.main:init"

0 comments on commit 4bc544f

Please sign in to comment.