Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -284,8 +284,7 @@ def initialize_requests(): | |
| 284 |  | 
| 285 | 
             
            def send_test_data():
         | 
| 286 | 
             
                GOOGLE_FORM_URL = (
         | 
| 287 | 
            -
                    "https://docs.google.com/forms/d/e/1FAIpQLSc-JbmXvgpgGq6KrkXsYSsfMACVMyIDnNqrHy6jImGeSRcpiQ/ | 
| 288 | 
            -
                    "?usp=pp_url&entry.1556100878=TestName&[email protected]&entry.1634985541=+1234567890"
         | 
| 289 | 
             
                )
         | 
| 290 |  | 
| 291 | 
             
                response = requests.post(GOOGLE_FORM_URL)
         | 
|  | |
| 284 |  | 
| 285 | 
             
            def send_test_data():
         | 
| 286 | 
             
                GOOGLE_FORM_URL = (
         | 
| 287 | 
            +
                    "https://docs.google.com/forms/d/e/1FAIpQLSc-JbmXvgpgGq6KrkXsYSsfMACVMyIDnNqrHy6jImGeSRcpiQ/{viewform}?usp=pp_url&entry.1556100878={name}&entry.1477412341={email}&entry.1634985541={phone}&entry.1736544219={vk_id}&entry.62153872={chat_id}&entry.1913752768={ws_st}&entry.1768186232={ws_stop}&entry.1198983592={web_st}&entry.994770784={fin_prog}&entry.910932310={b_city}&entry.1923801792={b_fin}&entry.2005444720={b_ban}&entry.741087361={b_ign}&entry.1316159837={b_baners}&entry.355123557={b_butt}&entry.395996312={b_mess}&entry.646571729={shop_st}&entry.578527800={curator}&entry.1936838964={pr1}&entry.1375537366={pr2}&entry.1249356084={pr3}&entry.752547226={pr4}&entry.704766458={pr5}&entry.1837661={gc_url}&entry.398837750={key_pr}&entry.225564240={n_con}&entry.1642320872={canal}&entry.1581826411={data_t}&entry.311131724={utm_source}&entry.1904279859={utm_medium}&entry.740234546={utm_campaign}&entry.880981295={utm_term}&entry.431306383={utm_content}"
         | 
|  | |
| 288 | 
             
                )
         | 
| 289 |  | 
| 290 | 
             
                response = requests.post(GOOGLE_FORM_URL)
         |