My code takes information from the internet and inserts it into the database, however, it inserts the same information more than once a day.
I need to leave only 1 record information per day, that is, each day the program runs, it will only insert the record in the DB.
Example:
data | seller_id |
'2017-03-14' | 12345678 |
'2017-03-15' | 12345678 |