Skip to content

Commit

Permalink
Merge pull request #146 from MikiEremiki/develop
Browse files Browse the repository at this point in the history
fix: Добавление текста из столбца с примечанием в клиентской базе
  • Loading branch information
MikiEremiki authored Feb 5, 2024
2 parents 5be1ad6 + 6a3fa00 commit ecd982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/db_googlesheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def load_clients_data(
dict_column_name, len_column = get_column_info('База клиентов_')
sheet = (
RANGE_NAME['База клиентов_'] +
f'R1C1:R{len(first_colum)}C{len_column}'
f'R1C1:R{len(first_colum)}C{len_column+1}'
)

data = get_data_from_spreadsheet(sheet)
Expand Down

0 comments on commit ecd982a

Please sign in to comment.