Commit d21ae6e7 authored by nanahira's avatar nanahira

update splitter

parent d13184b8
Pipeline #21314 passed with stages
in 58 seconds
......@@ -30,7 +30,7 @@ twitterKeys = [
]
privateKey = os.getenv('TWITTER_AUTH_KEY')
if privateKey:
twitterKeys = [privateKey]
twitterKeys = privateKey.split(" ")
print("Booting")
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