X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=nt_bot.pl;h=5b005caac1da91e18981d851b73515b7a69634b6;hb=1bdb8c890572d3980cddefe48f7175d97d4e28de;hp=623560b7615fbbcf6728d222d4d946a1a4a10aba;hpb=287b49c4c00ca9912cc78e2fd2f0cb98f5e6f292;p=lab.git diff --git a/nt_bot.pl b/nt_bot.pl index 623560b..5b005ca 100755 --- 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'};