Merge branch 'QA' into bug/issue5

This commit is contained in:
2025-07-07 14:32:30 +02:00
committed by GitHub
6 changed files with 155 additions and 12 deletions

View File

@@ -27,5 +27,3 @@ def connect(client):
response = client.post('/showSummary', data={"email": EMAIL1})
soup = BeautifulSoup(response.data, 'html.parser')
return soup