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 = [ ...@@ -30,7 +30,7 @@ twitterKeys = [
] ]
privateKey = os.getenv('TWITTER_AUTH_KEY') privateKey = os.getenv('TWITTER_AUTH_KEY')
if privateKey: if privateKey:
twitterKeys = [privateKey] twitterKeys = privateKey.split(" ")
print("Booting") 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