Commit 2e38ee98 authored by nanahira's avatar nanahira

catchup

parent 9ea82a4b
......@@ -26,9 +26,7 @@ ssl_config = settings.modules.http.ssl;
var challonge;
if (challonge_config.enabled) {
challonge = require('challonge').createClient({
apiKey: challonge_config.api_key
});
challonge = require('challonge').createClient(challonge_config.options);
}
//http长连接
......
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