Create a function for updating artists who have changed their username.
In order to avoid database conflicts, set it to blank first, then the update_tweets will update the username. (one time an artist had two accounts and changed both usernames - but my database failed to update because it tried to update one first, but the username field is 'unique').
Create a function for updating artists who have changed their username.
In order to avoid database conflicts, set it to blank first, then the update_tweets will update the username. (one time an artist had two accounts and changed both usernames - but my database failed to update because it tried to update one first, but the username field is 'unique').