DmitrMakeev
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -812,7 +812,7 @@ def webhookbz():
|
|
812 |
if not webinar_id:
|
813 |
return jsonify({'error': 'webinarId is required'}), 400
|
814 |
|
815 |
-
url = f'https://online.bizon365.ru/api/v1/webinars/reports/get?webinarId={webinar_id}'
|
816 |
response = requests.get(url, headers={'X-Token': api_key_sys})
|
817 |
|
818 |
if response.status_code == 200:
|
|
|
812 |
if not webinar_id:
|
813 |
return jsonify({'error': 'webinarId is required'}), 400
|
814 |
|
815 |
+
url = f'https://online.bizon365.ru/api/v1/webinars/reports/get?webinarId={webinar_id}&limit=100'
|
816 |
response = requests.get(url, headers={'X-Token': api_key_sys})
|
817 |
|
818 |
if response.status_code == 200:
|