* add new hash members to return value of or_search and mentions_ids
[lab.git] / nt_bot.pl
index 623560b..5b005ca 100755 (executable)
--- a/nt_bot.pl
+++ b/nt_bot.pl
@@ -8,7 +8,7 @@ use YAML::Tiny;
 my $config = (YAML::Tiny->read('config.yml'))->[0];
 
 my $consumer_key = $config->{'consumer_key'};
-my $consumer_key_secret = $config->{'consumer_key_secret'};
+my $consumer_key_secret = $config->{'consumer_secret'};
 my $access_token = $config->{'access_token'};
 my $access_token_secret = $config->{'access_token_secret'};