Commit e4481ce8 authored by nanahira's avatar nanahira

support other keys

parent f66466db
......@@ -12,6 +12,9 @@ app = Flask(__name__)
CORS(app)
TWITTER_AUTH_KEY = 'AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA'
privateKey = os.getenv('TWITTER_AUTH_KEY')
if privateKey:
TWITTER_AUTH_KEY = privateKey
print("Booting")
ENDPOINT = endpoint()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment