Hello, ive got 2 issue when I try to start main.py
python main.py
Traceback (most recent call last):
File "main.py", line 46, in
post['date'] = get_timestamp(entry['published'])
File "C:\Python38\lib\site-packages\feedparser\util.py", line 113, in getitem
return dict.getitem
I dont understand why i got this.. Someone can explain me how to fix it?
Hello, ive got 2 issue when I try to start main.py
Traceback (most recent call last):
File "main.py", line 46, in
post['date'] = get_timestamp(entry['published'])
File "C:\Python38\lib\site-packages\feedparser\util.py", line 113, in getitem
return dict.getitem
I dont understand why i got this.. Someone can explain me how to fix it?