diff --git a/cli/multi_tokens.php b/cli/multi_tokens.php index b3ffd68..94e6165 100644 --- a/cli/multi_tokens.php +++ b/cli/multi_tokens.php @@ -27,6 +27,6 @@ function request() { $tmhOAuth->reconfigure(array_merge($tmhOAuth->config, array( 'token' => 'ANOTHER_USER_TOKEN', 'secret' => 'ANOTHER_USER_SECRET', -)); +))); -request(); \ No newline at end of file +request();