Skip to content

Commit

Permalink
last touches…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfe committed Mar 24, 2024
1 parent 0d24117 commit 5f67a78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/flask_session
/flask_session
/__pycache__
4 changes: 4 additions & 0 deletions fetch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import requests
import json
from bs4 import BeautifulSoup

def query_entscheidsuche(query_term):
url = "https://entscheidsuche.ch/_search.php"

Expand Down

0 comments on commit 5f67a78

Please sign in to comment.