We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a5e98 commit dc022c5Copy full SHA for dc022c5
src/main.py
@@ -85,7 +85,6 @@ def main():
85
locations = config["locations"]
86
limit = config.get("limit", 50)
87
88
- # ✅ Dessa två ska självklart vara kvar 👍
89
include_words = config.get("include_words", [])
90
exclude_words = config.get("exclude_words", [])
91
0 commit comments