Skip to content

Commit 930b5ca

Browse files
committed
fix: swap quotes
1 parent 177d068 commit 930b5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screenshot_ocr/sheets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def update_spreadsheet_cell(
112112
)
113113
)
114114

115-
logger.info("Updating spreadsheet cell' %s'.", range_notation)
115+
logger.info('Updating spreadsheet cell "%s".', range_notation)
116116

117117
response = request.execute()
118118
if response.get("spreadsheetId") != ss_id or not all([i == 1 for i in []]):

0 commit comments

Comments
 (0)