add logo for each backends
This commit is contained in:
parent
310571e987
commit
490d0a6a39
23 changed files with 25 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
from __future__ import with_statement
|
||||
|
||||
from logging import warning
|
||||
import os
|
||||
|
||||
from weboob.capabilities.messages import ICapMessages, Message
|
||||
from weboob.tools.backend import BaseBackend
|
||||
|
|
@ -36,6 +37,7 @@ class FourChanBackend(BaseBackend, ICapMessages):
|
|||
VERSION = '0.1'
|
||||
LICENSE = 'GPLv3'
|
||||
DESCRIPTION = "4chan website"
|
||||
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
|
||||
|
||||
CONFIG = {'boards': BaseBackend.ConfigField(description='Boards'),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue