mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
added support for ujson to see if that can improve loading performance
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
import json
|
try:
|
||||||
|
import ujson as json
|
||||||
|
except ImportError:
|
||||||
|
import json
|
||||||
import uuid
|
import uuid
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user