Add \n to pass linter-check

pull/1492/head
Pi 2023-04-15 23:47:27 +01:00
parent d5534f1e5f
commit 60881ed856
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from dotenv import load_dotenv
load_dotenv()
def send_tweet(tweet_text):
consumer_key = os.environ.get("TW_CONSUMER_KEY")
consumer_secret= os.environ.get("TW_CONSUMER_SECRET")