Small improvements in indexing

This commit is contained in:
simon
2018-04-24 08:49:12 -04:00
parent 213cc61da9
commit fe52ecceff
6 changed files with 39 additions and 16 deletions

View File

@@ -25,4 +25,10 @@ bcrypt_rounds = 14
# sqlite3 database path
db_path = "./local_storage.db"
try:
import cairosvg
cairosvg = True
except:
cairosvg = False
VERSION = "1.0a"