mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
Add \n to pass linter-check
This commit is contained in:
@@ -4,6 +4,7 @@ from dotenv import load_dotenv
|
|||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
|
|
||||||
def send_tweet(tweet_text):
|
def send_tweet(tweet_text):
|
||||||
consumer_key = os.environ.get("TW_CONSUMER_KEY")
|
consumer_key = os.environ.get("TW_CONSUMER_KEY")
|
||||||
consumer_secret= os.environ.get("TW_CONSUMER_SECRET")
|
consumer_secret= os.environ.get("TW_CONSUMER_SECRET")
|
||||||
|
|||||||
Reference in New Issue
Block a user