DmitrMakeev commited on
Commit
32d610a
·
verified ·
1 Parent(s): c7da6fd

Update google,py

Browse files
Files changed (1) hide show
  1. google,py +2 -3
google,py CHANGED
@@ -27,9 +27,8 @@ def send_data_to_google_sheets(sheet_name):
27
 
28
  # Формирование тела запроса
29
  data = {
30
-
31
- "values": new_values
32
- }
33
 
34
  # Отправка запроса
35
  response = requests.post(url, json=data)
 
27
 
28
  # Формирование тела запроса
29
  data = {
30
+ "values": new_values
31
+ }
 
32
 
33
  # Отправка запроса
34
  response = requests.post(url, json=data)