mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-14 09:57:31 -04:00
trailing ';'
This commit is contained in:
parent
86af42af80
commit
13b70d17ab
@ -43,7 +43,7 @@ PY3 = sys.version_info.major >= 3
|
|||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
architectures = [];
|
architectures = []
|
||||||
|
|
||||||
DEFAULT_JSDATA = {
|
DEFAULT_JSDATA = {
|
||||||
# mandatory fields
|
# mandatory fields
|
||||||
|
Loading…
x
Reference in New Issue
Block a user