Update tools.class.php

This commit is contained in:
Joey 2015-12-04 12:12:38 -05:00
parent 5d6215a0e3
commit c24f7bb397

View File

@ -84,7 +84,7 @@ class Tools extends Base {
} else if (preg_match('/bittrex.com/', $url)) {
return 'bittrex';
} else if (preg_match('/bleutrade.com/', $url)) {
return 'bittrex';
return 'bleutrade';
}
$this->setErrorMessage("API URL unknown");
return false;