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 01b03d0 commit c4136b6Copy full SHA for c4136b6
intbot/core/integrations/pretalx.py
@@ -56,7 +56,6 @@ def fetch_pretalx_data(
56
response = httpx.get(url, headers=headers)
57
58
if response.status_code != 200:
59
- breakpoint()
60
raise Exception(f"Error {response.status_code}: {response.text}")
61
62
logger.info("Fetching data from %s, page %s", url, page)
0 commit comments