Update app.py
Browse files
    	
        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 |  |