Rathapoom commited on
Commit
ea04900
·
verified ·
1 Parent(s): 1892580

Update sheets_integration.py

Browse files
Files changed (1) hide show
  1. sheets_integration.py +3 -1
sheets_integration.py CHANGED
@@ -107,7 +107,9 @@ class SheetsLogger:
107
 
108
  def log_request(self, data: dict) -> bool:
109
  """Log a request to Google Sheets"""
110
- print("Attempting to log request to sheets")
 
 
111
  if not self.sheet:
112
  print("Sheet not initialized")
113
  return False
 
107
 
108
  def log_request(self, data: dict) -> bool:
109
  """Log a request to Google Sheets"""
110
+ print("=== Debug: Logging to Google Sheets ===")
111
+ print(f"Prepared data: {data}")
112
+
113
  if not self.sheet:
114
  print("Sheet not initialized")
115
  return False