DmitrMakeev commited on
Commit
1bfff94
1 Parent(s): 465fa36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -832,7 +832,7 @@ def send_get_request():
832
  if response.status_code == 200:
833
  data = response.json()
834
 
835
-
836
 
837
  # Извлечение полей из отчета
838
 
 
832
  if response.status_code == 200:
833
  data = response.json()
834
 
835
+ report = data.get('report', {})
836
 
837
  # Извлечение полей из отчета
838