euscan: Fixing wrong priority

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-08-07 16:45:28 +02:00
parent a31b6fa4a8
commit d3de157a1b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from euscan import output
HANDLER_NAME = "sourceforge"
CONFIDENCE = 90
PRIORITY = 95
PRIORITY = 90
def can_handle(pkg, url=None):