Python ContextManager - непонятка
всем привет
пытаюсь разобраться в скрипте написанном не мною
суть скрипта:
есть база db.sqlite
есть запущенный elasticsearch сервак на локале - проверил, работает
скрипт забирает данные из базы и пушит их в базу elasticsearch
elasticsearch подготовлен к пушу, создан индех с правельной схемой
вот код:
https://dpaste.org/jKqv
вот ошибка:
Traceback (most recent call last):
File "D:\Yandex_Midl\p1\src\script.py", line 241, in
start.load(index)
File "D:\Yandex_Midl\p1\src\script.py", line 218, in load
writers = self.load_writers_names()
File "D:\Yandex_Midl\p1\src\script.py", line 150, in load_writers_names
for writer in conekt.execute('''SELECT DISTINCT id, name FROM writers'''):
AttributeError: '_GeneratorContextManager' object has no attribute 'execute'
может кто помоч???
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.Do you like it? Share on social networks!
- Akiv Doros
- Nov. 12, 2024, 3:58 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
- molni99
- Oct. 26, 2024, 1:37 p.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
- molni99
- Oct. 26, 2024, 1:29 p.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10