Skip to content

Commit c24f7bb

Browse files
committed
Update tools.class.php
1 parent 5d6215a commit c24f7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/classes/tools.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function getApiType($url) {
8484
} else if (preg_match('/bittrex.com/', $url)) {
8585
return 'bittrex';
8686
} else if (preg_match('/bleutrade.com/', $url)) {
87-
return 'bittrex';
87+
return 'bleutrade';
8888
}
8989
$this->setErrorMessage("API URL unknown");
9090
return false;

0 commit comments

Comments
 (0)