mirror of
https://github.com/ajurna/cbwebreader.git
synced 2026-05-04 21:32:32 +00:00
added support for ujson to see if that can improve loading performance
This commit is contained in:
+4
-1
@@ -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