Skip to content
Snippets Groups Projects
Verified Commit 92ac6dd0 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Fix typos

parent 75d5130e
No related branches found
No related tags found
No related merge requests found
#!/bin/env python3
import telepot
import argparse
import os
from program_info import ProgramInfo
telegram_recv = "@ufcdortmund" # kanal
......
......@@ -9,7 +9,7 @@ from program_info import ProgramInfo
CONSUMER_KEY = os.environ["PROGRAMM_INFO_BOT_TWITTER_CONSUMER_KEY"]
CONSUMER_SECRET = os.environ["PROGRAMM_INFO_BOT_TWITTER_CONSUMER_SECRET"]
ACCESS_TOKEN = os.environ["PROGRAMM_INFO_BOT_TWITTER_ACCESS_TOKEN"]
ACCESS_TOKEN_SECRET = os.environ["PRGRAMM_INFO_BOT_TWITTER_ACCESS_TOKEN_SECRET"]
ACCESS_TOKEN_SECRET = os.environ["PROGRAMM_INFO_BOT_TWITTER_ACCESS_TOKEN_SECRET"]
auth = tweepy.OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET)
auth.set_access_token(ACCESS_TOKEN, ACCESS_TOKEN_SECRET)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment