DmitrMakeev commited on
Commit
bbd22b3
·
verified ·
1 Parent(s): 27d013b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: