Relative Content

Tag Archive for pythonjson

Why JSON method isn’t working anymore on my program?

I made this program a few month ago and it was fine. Now i tried to run it and i’m getting JSONDecodeError. I tried another url’s and so it wasn’t working either. However, url’s with json extensions are working. Can someone help me with this?

go up a line in JSON in python

So I’m writing a script to compare some data. One part of the data is in a JSON while the other part of the data is scraped from the internet. Overall my script works, but I can’t figure out how to modify the “count” value for each car.

Trigger for insert into table Python Postgresql

I am writing a code in python that calls a postgresql trigger that detects each new record entered into a table and sends a message to a telegram channel, the problem is that apparently the trigger does not detect the entry of records to the table. table, when entering one it does not give any message, I have made several modifications and nothing. How can I test if it is a code or Postgresql server problem? Can you see the code and give me some ideas. thank you.