Translated to french and bugfixes

This commit is contained in:
simon
2018-05-16 17:01:04 -04:00
parent 3b2d2bdd8d
commit f76c935c49
15 changed files with 296 additions and 234 deletions

View File

@@ -25,6 +25,9 @@ bcrypt_rounds = 14
# sqlite3 database path
db_path = "./local_storage.db"
# Set to true to allow guests to search any directory
allow_guests = False
try:
import cairosvg
cairosvg = True